Uses of Interface
quoggles.representation.IBoxRepresentation

Packages that use IBoxRepresentation
quoggles.auxboxes.attributefilter   
quoggles.auxboxes.booleanop   
quoggles.auxboxes.getgraphelements   
quoggles.auxboxes.getproperty   
quoggles.auxboxes.inducedsubgraph   
quoggles.auxboxes.interpretasboolean   
quoggles.auxboxes.sort   
quoggles.auxboxes.truemaker   
quoggles.auxboxes.valuecompare   
quoggles.auxboxes.valuefilter   
quoggles.auxiliary   
quoggles.boxes   
quoggles.changeboxes.algorithm   
quoggles.changeboxes.changeattribute   
quoggles.changeboxes.changeattributes   
quoggles.changeboxes.convertfromparam   
quoggles.changeboxes.converttoparam   
quoggles.changeboxes.createparam   
quoggles.deprecated   
quoggles.deprecated.stdboxes.flatten   
quoggles.deprecated.stdboxes.listify   
quoggles.deprecated.stdboxes.makedistinct   
quoggles.deprecated.stdboxes.reverse   
quoggles.deprecated.stdboxes.unpack   
quoggles.representation   
quoggles.stdboxes.arithmetic   
quoggles.stdboxes.booleannot   
quoggles.stdboxes.comparetwovalues   
quoggles.stdboxes.complexfilter   
quoggles.stdboxes.connectors   
quoggles.stdboxes.getattributevalue   
quoggles.stdboxes.input   
quoggles.stdboxes.input.constant   
quoggles.stdboxes.isinstanceof   
quoggles.stdboxes.listoperations1   
quoggles.stdboxes.listoperations2   
quoggles.stdboxes.neighborhood   
quoggles.stdboxes.output   
quoggles.stdboxes.sortby   
quoggles.stdboxes.subquery   
 

Uses of IBoxRepresentation in quoggles.auxboxes.attributefilter
 

Classes in quoggles.auxboxes.attributefilter that implement IBoxRepresentation
 class AttributeFilter_Rep
           
 

Methods in quoggles.auxboxes.attributefilter that return IBoxRepresentation
 IBoxRepresentation AttributeFilter_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.booleanop
 

Classes in quoggles.auxboxes.booleanop that implement IBoxRepresentation
 class BooleanOp_Rep
           
 

Methods in quoggles.auxboxes.booleanop that return IBoxRepresentation
 IBoxRepresentation BooleanOp_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.getgraphelements
 

Classes in quoggles.auxboxes.getgraphelements that implement IBoxRepresentation
 class GetGraphElements_Rep
           
 

Methods in quoggles.auxboxes.getgraphelements that return IBoxRepresentation
 IBoxRepresentation GetGraphElements_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.getproperty
 

Classes in quoggles.auxboxes.getproperty that implement IBoxRepresentation
 class GetProperty_Rep
          Represents the according box.
 

Methods in quoggles.auxboxes.getproperty that return IBoxRepresentation
 IBoxRepresentation GetProperty_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.inducedsubgraph
 

Methods in quoggles.auxboxes.inducedsubgraph that return IBoxRepresentation
 IBoxRepresentation InducedSubGraph_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.interpretasboolean
 

Methods in quoggles.auxboxes.interpretasboolean that return IBoxRepresentation
 IBoxRepresentation InterpretAsBoolean_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.sort
 

Classes in quoggles.auxboxes.sort that implement IBoxRepresentation
 class Sort_Rep
           
 

Methods in quoggles.auxboxes.sort that return IBoxRepresentation
 IBoxRepresentation Sort_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.truemaker
 

Classes in quoggles.auxboxes.truemaker that implement IBoxRepresentation
 class MakeTrue_Rep
           
 

Methods in quoggles.auxboxes.truemaker that return IBoxRepresentation
 IBoxRepresentation MakeTrue_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.valuecompare
 

Classes in quoggles.auxboxes.valuecompare that implement IBoxRepresentation
 class ValueCompare_Rep
           
 

Methods in quoggles.auxboxes.valuecompare that return IBoxRepresentation
 IBoxRepresentation ValueCompare_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxboxes.valuefilter
 

Classes in quoggles.auxboxes.valuefilter that implement IBoxRepresentation
 class ValueFilter_Rep
           
 

Methods in quoggles.auxboxes.valuefilter that return IBoxRepresentation
 IBoxRepresentation ValueFilter_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.auxiliary
 

Methods in quoggles.auxiliary with parameters of type IBoxRepresentation
static java.awt.Point Util.getAbsPos(IBoxRepresentation iBoxRep, boolean isInput, int index)
          Calculate the absolute position from the relative position of the given input / output (via index) of the given box representation.
static java.awt.Point[] Util.getAbsoluteInputPos(IBoxRepresentation iBoxRep)
          Calculate the absolute positions from the relative positions given by the box representation.
static java.awt.Point[] Util.getAbsoluteOutputPos(IBoxRepresentation iBoxRep)
          Calculate the absolute positions from the relative positions given by the box representation.
 

Uses of IBoxRepresentation in quoggles.boxes
 

Fields in quoggles.boxes declared as IBoxRepresentation
protected  IBoxRepresentation Box.iBoxGRep
           
 

Methods in quoggles.boxes that return IBoxRepresentation
 IBoxRepresentation IBox.getGraphicalRepresentation()
          If your subclass has any parameters, you will probably have to design your own representation and implement this method for example as follows: if (iBoxGRep == null || !
 IBoxRepresentation Box.getGraphicalRepresentation()
          This implementation returns a new instance of DefaultBoxRepresentation.
 

Uses of IBoxRepresentation in quoggles.changeboxes.algorithm
 

Classes in quoggles.changeboxes.algorithm that implement IBoxRepresentation
 class Algorithm_Rep
          Represents a sub query saved in a file.
 

Methods in quoggles.changeboxes.algorithm that return IBoxRepresentation
 IBoxRepresentation Algorithm_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.changeboxes.changeattribute
 

Classes in quoggles.changeboxes.changeattribute that implement IBoxRepresentation
 class ChangeAttribute_Rep
           
 

Methods in quoggles.changeboxes.changeattribute that return IBoxRepresentation
 IBoxRepresentation ChangeAttribute_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.changeboxes.changeattributes
 

Classes in quoggles.changeboxes.changeattributes that implement IBoxRepresentation
 class ChangeAttributes_Rep
           
 

Methods in quoggles.changeboxes.changeattributes that return IBoxRepresentation
 IBoxRepresentation ChangeAttributes_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.changeboxes.convertfromparam
 

Classes in quoggles.changeboxes.convertfromparam that implement IBoxRepresentation
 class ConvertFromParam_Rep
          Represents a sub query saved in a file.
 

Methods in quoggles.changeboxes.convertfromparam that return IBoxRepresentation
 IBoxRepresentation ConvertFromParam_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.changeboxes.converttoparam
 

Classes in quoggles.changeboxes.converttoparam that implement IBoxRepresentation
 class ConvertToParam_Rep
          Represents a sub query saved in a file.
 

Methods in quoggles.changeboxes.converttoparam that return IBoxRepresentation
 IBoxRepresentation ConvertToParam_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.changeboxes.createparam
 

Classes in quoggles.changeboxes.createparam that implement IBoxRepresentation
 class CreateParam_Rep
           
 

Methods in quoggles.changeboxes.createparam that return IBoxRepresentation
 IBoxRepresentation CreateParam_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.deprecated
 

Classes in quoggles.deprecated that implement IBoxRepresentation
 class Check_Rep
           
 

Methods in quoggles.deprecated that return IBoxRepresentation
 IBoxRepresentation ValueFilter_Box.getGraphicalRepresentation()
           
 IBoxRepresentation RecursiveGetGraphElements_Box.getGraphicalRepresentation()
          Deprecated.  
 IBoxRepresentation Check_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.deprecated.stdboxes.flatten
 

Methods in quoggles.deprecated.stdboxes.flatten that return IBoxRepresentation
 IBoxRepresentation Flatten_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.deprecated.stdboxes.listify
 

Classes in quoggles.deprecated.stdboxes.listify that implement IBoxRepresentation
 class Listify_Rep
           
 

Methods in quoggles.deprecated.stdboxes.listify that return IBoxRepresentation
 IBoxRepresentation Listify_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.deprecated.stdboxes.makedistinct
 

Classes in quoggles.deprecated.stdboxes.makedistinct that implement IBoxRepresentation
 class MakeDistinct_Rep
           
 

Methods in quoggles.deprecated.stdboxes.makedistinct that return IBoxRepresentation
 IBoxRepresentation MakeDistinct_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.deprecated.stdboxes.reverse
 

Methods in quoggles.deprecated.stdboxes.reverse that return IBoxRepresentation
 IBoxRepresentation Reverse_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.deprecated.stdboxes.unpack
 

Methods in quoggles.deprecated.stdboxes.unpack that return IBoxRepresentation
 IBoxRepresentation Unpack_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.representation
 

Classes in quoggles.representation that implement IBoxRepresentation
 class DefaultBoxRepresentation
           
 

Fields in quoggles.representation declared as IBoxRepresentation
private  IBoxRepresentation BoxRepresentation.iBoxRepresentation
           
 

Methods in quoggles.representation that return IBoxRepresentation
 IBoxRepresentation BoxRepresentation.getIBoxRepresentation()
           
 

Methods in quoggles.representation with parameters of type IBoxRepresentation
 void BoxRepresentation.setIBoxRepresentation(IBoxRepresentation box)
           
 

Constructors in quoggles.representation with parameters of type IBoxRepresentation
BoxRepresentation(IBoxRepresentation iBoxRep)
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.arithmetic
 

Classes in quoggles.stdboxes.arithmetic that implement IBoxRepresentation
 class Arithmetic_Rep
           
 

Methods in quoggles.stdboxes.arithmetic that return IBoxRepresentation
 IBoxRepresentation Arithmetic_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.booleannot
 

Methods in quoggles.stdboxes.booleannot that return IBoxRepresentation
 IBoxRepresentation BooleanNot_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.comparetwovalues
 

Classes in quoggles.stdboxes.comparetwovalues that implement IBoxRepresentation
 class CompareTwoValues_Rep
           
 

Methods in quoggles.stdboxes.comparetwovalues that return IBoxRepresentation
 IBoxRepresentation CompareTwoValues_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.complexfilter
 

Classes in quoggles.stdboxes.complexfilter that implement IBoxRepresentation
 class ComplexFilter_Rep
           
 

Methods in quoggles.stdboxes.complexfilter that return IBoxRepresentation
 IBoxRepresentation ComplexFilter_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.connectors
 

Classes in quoggles.stdboxes.connectors that implement IBoxRepresentation
 class OneOneConnector_Rep
          Represents a OneOneConnector_Box.
 class TwoSplitConnector_Rep
          Represents a fork with two ends.
 

Methods in quoggles.stdboxes.connectors that return IBoxRepresentation
 IBoxRepresentation TwoSplitConnector_Box.getGraphicalRepresentation()
           
 IBoxRepresentation OneOneConnector_Box.getGraphicalRepresentation()
           
 

Constructors in quoggles.stdboxes.connectors with parameters of type IBoxRepresentation
TwoSplitConnector_Rep.MyBoxRepresentation(IBoxRepresentation iBoxRep)
           
OneOneConnector_Rep.MyBoxRepresentation(IBoxRepresentation iBoxRep)
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.getattributevalue
 

Classes in quoggles.stdboxes.getattributevalue that implement IBoxRepresentation
 class GetAttributeValue_Rep
           
 

Methods in quoggles.stdboxes.getattributevalue that return IBoxRepresentation
 IBoxRepresentation GetAttributeValue_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.input
 

Classes in quoggles.stdboxes.input that implement IBoxRepresentation
 class Input_Box.InputBoxRepresentation
          Representation of an input box
 

Methods in quoggles.stdboxes.input that return IBoxRepresentation
 IBoxRepresentation Input_Box.getGraphicalRepresentation()
           
 

Constructors in quoggles.stdboxes.input with parameters of type IBoxRepresentation
Input_Box.InputBox_Rep(IBoxRepresentation iBoxRep, java.lang.String text)
          Constructor.
 

Uses of IBoxRepresentation in quoggles.stdboxes.input.constant
 

Classes in quoggles.stdboxes.input.constant that implement IBoxRepresentation
 class Constant_Rep
           
 

Methods in quoggles.stdboxes.input.constant that return IBoxRepresentation
 IBoxRepresentation Constant_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.isinstanceof
 

Classes in quoggles.stdboxes.isinstanceof that implement IBoxRepresentation
 class IsInstanceof_Rep
           
 

Methods in quoggles.stdboxes.isinstanceof that return IBoxRepresentation
 IBoxRepresentation IsInstanceof_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.listoperations1
 

Classes in quoggles.stdboxes.listoperations1 that implement IBoxRepresentation
 class ListOperations1_Rep
           
 

Methods in quoggles.stdboxes.listoperations1 that return IBoxRepresentation
 IBoxRepresentation ListOperations1_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.listoperations2
 

Classes in quoggles.stdboxes.listoperations2 that implement IBoxRepresentation
 class ListOperations2_Rep
           
 

Methods in quoggles.stdboxes.listoperations2 that return IBoxRepresentation
 IBoxRepresentation ListOperations2_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.neighborhood
 

Classes in quoggles.stdboxes.neighborhood that implement IBoxRepresentation
 class Neighborhood_Rep
           
 

Methods in quoggles.stdboxes.neighborhood that return IBoxRepresentation
 IBoxRepresentation Neighborhood_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.output
 

Classes in quoggles.stdboxes.output that implement IBoxRepresentation
 class BoolPredicateEnd_Rep
          Represents the box.
 class NormalOutput_Rep
          Represents a normal output box.
 

Methods in quoggles.stdboxes.output that return IBoxRepresentation
 IBoxRepresentation NormalOutput_Box.getGraphicalRepresentation()
           
 IBoxRepresentation BoolPredicateEnd_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.sortby
 

Classes in quoggles.stdboxes.sortby that implement IBoxRepresentation
 class SortBy_Rep
           
 

Methods in quoggles.stdboxes.sortby that return IBoxRepresentation
 IBoxRepresentation SortBy_Box.getGraphicalRepresentation()
           
 

Uses of IBoxRepresentation in quoggles.stdboxes.subquery
 

Classes in quoggles.stdboxes.subquery that implement IBoxRepresentation
 class SubQuery_Rep
          Represents a sub query saved in a file.
 

Methods in quoggles.stdboxes.subquery that return IBoxRepresentation
 IBoxRepresentation SubQuery_Box.getGraphicalRepresentation()