SEdit.Formalisms.Logical
Class LogicalDisplay

java.lang.Object
  extended bySEdit.SElement
      extended bySEdit.SNode
          extended bySEdit.SimpleNode
              extended bySEdit.Formalisms.Logical.LogicalDisplay
All Implemented Interfaces:
SLogicalElement

public class LogicalDisplay
extends SimpleNode
implements SLogicalElement

A graphical value display


Field Summary
 
Fields inherited from class SEdit.SimpleNode
inArrows, outArrows
 
Fields inherited from class SEdit.SElement
comment, descriptor, element, id, label, persistent, structure
 
Constructor Summary
LogicalDisplay()
           
 
Method Summary
 boolean getValue()
           
 void receive(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
activate, 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
 

Constructor Detail

LogicalDisplay

public LogicalDisplay()
Method Detail

getValue

public boolean getValue()

receive

public void receive(boolean b)
Specified by:
receive in interface SLogicalElement


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.