com.sun.electric.tool.routing
Class MimicStitch.MimicOptions

java.lang.Object
  extended by com.sun.electric.tool.routing.MimicStitch.MimicOptions
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MimicStitch

public static class MimicStitch.MimicOptions
extends java.lang.Object
implements java.io.Serializable

Class to package Preferences for the server.

See Also:
Serialized Form

Field Summary
 boolean matchArcCount
           
 boolean matchNodeSize
           
 boolean matchNodeType
           
 boolean matchPorts
           
 boolean matchPortWidth
           
 boolean mimicInteractive
           
 boolean mimicPinsKept
           
 boolean noOtherArcsThisDir
           
 boolean notAlreadyConnected
           
 
Constructor Summary
MimicStitch.MimicOptions()
           
 
Method Summary
 void getOptionsFromPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimicPinsKept

public boolean mimicPinsKept

mimicInteractive

public boolean mimicInteractive

matchPorts

public boolean matchPorts

matchPortWidth

public boolean matchPortWidth

matchArcCount

public boolean matchArcCount

matchNodeType

public boolean matchNodeType

matchNodeSize

public boolean matchNodeSize

noOtherArcsThisDir

public boolean noOtherArcsThisDir

notAlreadyConnected

public boolean notAlreadyConnected
Constructor Detail

MimicStitch.MimicOptions

public MimicStitch.MimicOptions()
Method Detail

getOptionsFromPreferences

public void getOptionsFromPreferences()