|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSEdit.SElement
SEdit.SNode
SEdit.SimpleNode
SEdit.Formalisms.Logical.LogicalSwitch
public class LogicalSwitch
A simple input component for binary values
| Field Summary | |
|---|---|
boolean |
value
|
| Fields inherited from class SEdit.SimpleNode |
|---|
inArrows, outArrows |
| Fields inherited from class SEdit.SElement |
|---|
comment, descriptor, element, id, label, persistent, structure |
| Constructor Summary | |
|---|---|
LogicalSwitch()
|
|
| Method Summary | |
|---|---|
void |
activate()
|
boolean |
getValue()
|
void |
putOne()
|
void |
putZero()
|
void |
setValue(boolean b)
|
| Methods inherited from class SEdit.SimpleNode |
|---|
addInArrow, addOutArrow, delete, deleteInArrow, deleteOutArrow, getInArrows, getInArrows, getOutArrows, getOutArrows, isConnectable, toString |
| Methods inherited from class SEdit.SNode |
|---|
initGraphics, reInstall |
| Methods inherited from class SEdit.SElement |
|---|
dump, getComment, getDescriptor, getGObject, getID, getLabel, getStructure, init, inspect, setComment, setDescriptor, setGObject, setID, setLabel, setStructure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean value
| Constructor Detail |
|---|
public LogicalSwitch()
| Method Detail |
|---|
public void activate()
activate in class SNodepublic void putZero()
public void putOne()
public boolean getValue()
public void setValue(boolean b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||