quoggles.stdboxes.output
Class BoolPredicateEnd_Rep

java.lang.Object
  |
  +--quoggles.representation.DefaultBoxRepresentation
        |
        +--quoggles.stdboxes.output.BoolPredicateEnd_Rep
All Implemented Interfaces:
IBoxRepresentation

public class BoolPredicateEnd_Rep
extends DefaultBoxRepresentation

Represents the box.


Field Summary
 
Fields inherited from class quoggles.representation.DefaultBoxRepresentation
box, classLabel, graphicalRep, inputLabel, INPUTLABEL, inputsPos, outputLabel, OUTPUTLABEL, outputsPos, parameters
 
Constructor Summary
BoolPredicateEnd_Rep(IBox representedBox)
           
 
Method Summary
 void updateGraphicalRep()
          Default implementation; uses createStandardPanel(BoxRepresentation)
 
Methods inherited from class quoggles.representation.DefaultBoxRepresentation
createStandardPanel, getIBox, getRelInputsPos, getRelOutputsPos, getRepresentation, repaintBoxRep, setParameters, standardizeBoxRep, updateId, updateInputOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolPredicateEnd_Rep

public BoolPredicateEnd_Rep(IBox representedBox)
Parameters:
representedBox -
Method Detail

updateGraphicalRep

public void updateGraphicalRep()
Description copied from class: DefaultBoxRepresentation
Default implementation; uses createStandardPanel(BoxRepresentation)

Specified by:
updateGraphicalRep in interface IBoxRepresentation
Overrides:
updateGraphicalRep in class DefaultBoxRepresentation
See Also:
IBoxRepresentation.updateGraphicalRep()