Uses of Class
quoggles.exceptions.InvalidInputException

Packages that use InvalidInputException
quoggles.auxboxes.attributefilter   
quoggles.auxboxes.booleanop   
quoggles.auxboxes.contains   
quoggles.auxboxes.equals   
quoggles.auxboxes.getgraphelements   
quoggles.auxboxes.getproperty   
quoggles.auxboxes.inducedsubgraph   
quoggles.auxboxes.interpretasboolean   
quoggles.auxboxes.sizeof   
quoggles.auxboxes.sort   
quoggles.auxboxes.valuecompare   
quoggles.auxboxes.valuefilter   
quoggles.auxiliary   
quoggles.boxes   
quoggles.changeboxes.algorithm   
quoggles.changeboxes.changeattribute   
quoggles.changeboxes.changeattributes   
quoggles.changeboxes.convertfromparam   
quoggles.deprecated   
quoggles.deprecated.stdboxes.flatten   
quoggles.deprecated.stdboxes.listify   
quoggles.deprecated.stdboxes.makedistinct   
quoggles.deprecated.stdboxes.reverse   
quoggles.deprecated.stdboxes.unpack   
quoggles.stdboxes.arithmetic   
quoggles.stdboxes.booleannot   
quoggles.stdboxes.comparetwovalues   
quoggles.stdboxes.complexfilter   
quoggles.stdboxes.getattributevalue   
quoggles.stdboxes.input.constant   
quoggles.stdboxes.listoperations1   
quoggles.stdboxes.listoperations2   
quoggles.stdboxes.neighborhood   
quoggles.stdboxes.sortby   
 

Uses of InvalidInputException in quoggles.auxboxes.attributefilter
 

Methods in quoggles.auxboxes.attributefilter that throw InvalidInputException
 void AttributeFilter_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.booleanop
 

Methods in quoggles.auxboxes.booleanop that throw InvalidInputException
 void BooleanOp_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.contains
 

Methods in quoggles.auxboxes.contains that throw InvalidInputException
 void Contains_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.equals
 

Methods in quoggles.auxboxes.equals that throw InvalidInputException
 void Equals_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.getgraphelements
 

Methods in quoggles.auxboxes.getgraphelements that throw InvalidInputException
 void GetGraphElements_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.getproperty
 

Methods in quoggles.auxboxes.getproperty that throw InvalidInputException
 void GetProperty_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.inducedsubgraph
 

Methods in quoggles.auxboxes.inducedsubgraph that throw InvalidInputException
 void InducedSubGraph_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.interpretasboolean
 

Methods in quoggles.auxboxes.interpretasboolean that throw InvalidInputException
 void InterpretAsBoolean_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.sizeof
 

Methods in quoggles.auxboxes.sizeof that throw InvalidInputException
 void SizeOf_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.sort
 

Methods in quoggles.auxboxes.sort that throw InvalidInputException
 void Sort_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.valuecompare
 

Methods in quoggles.auxboxes.valuecompare that throw InvalidInputException
 void ValueCompare_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxboxes.valuefilter
 

Methods in quoggles.auxboxes.valuefilter that throw InvalidInputException
 void ValueFilter_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.auxiliary
 

Methods in quoggles.auxiliary that throw InvalidInputException
static java.lang.Boolean Util.match(java.lang.Object compObject, org.graffiti.plugin.parameter.Parameter[] parameters)
          Checks whether compObject matches the value given by the parameters.
static org.graffiti.attributes.Attribute Util.getFreshAttribute(java.lang.String id, java.lang.Object value, org.graffiti.attributes.Attributable attbl, java.lang.String type)
          According to the type specified by first (0) parameter, create a new instance of an attribute.
 

Uses of InvalidInputException in quoggles.boxes
 

Methods in quoggles.boxes that throw InvalidInputException
 void IBox.setInputs(java.lang.Object[] inputs)
          Checks if the number of inputs is correct and sets the inputs.
 void IBox.setInputAt(java.lang.Object input, int index)
          Sets the input at the specified index.
 void Box.setInputAt(java.lang.Object input, int index)
          This method calls setInputs with the inputs set so far.
 void Box.setInputs(java.lang.Object[] inputs)
          Checks if the number of inputs is correct and sets the inputs.
 

Uses of InvalidInputException in quoggles.changeboxes.algorithm
 

Methods in quoggles.changeboxes.algorithm that throw InvalidInputException
 void Algorithm_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.changeboxes.changeattribute
 

Methods in quoggles.changeboxes.changeattribute that throw InvalidInputException
 void ChangeAttribute_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.changeboxes.changeattributes
 

Methods in quoggles.changeboxes.changeattributes that throw InvalidInputException
 void ChangeAttributes_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.changeboxes.convertfromparam
 

Methods in quoggles.changeboxes.convertfromparam that throw InvalidInputException
 void ConvertFromParam_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.deprecated
 

Methods in quoggles.deprecated that throw InvalidInputException
private  boolean ValueFilter_Box.match(java.lang.Object compObject)
           
 void ValueFilter_Box.setInputs(java.lang.Object[] inputs)
           
 void RecursiveGetGraphElements_Box.setInputs(java.lang.Object[] inputs)
          Deprecated.  
 void Check_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.deprecated.stdboxes.flatten
 

Methods in quoggles.deprecated.stdboxes.flatten that throw InvalidInputException
 void Flatten_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.deprecated.stdboxes.listify
 

Methods in quoggles.deprecated.stdboxes.listify that throw InvalidInputException
 void Listify_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.deprecated.stdboxes.makedistinct
 

Methods in quoggles.deprecated.stdboxes.makedistinct that throw InvalidInputException
 void MakeDistinct_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.deprecated.stdboxes.reverse
 

Methods in quoggles.deprecated.stdboxes.reverse that throw InvalidInputException
 void Reverse_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.deprecated.stdboxes.unpack
 

Methods in quoggles.deprecated.stdboxes.unpack that throw InvalidInputException
 void Unpack_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.arithmetic
 

Methods in quoggles.stdboxes.arithmetic that throw InvalidInputException
 void Arithmetic_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.booleannot
 

Methods in quoggles.stdboxes.booleannot that throw InvalidInputException
 void BooleanNot_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.comparetwovalues
 

Methods in quoggles.stdboxes.comparetwovalues that throw InvalidInputException
 void CompareTwoValues_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.complexfilter
 

Methods in quoggles.stdboxes.complexfilter that throw InvalidInputException
 void ComplexFilter_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.getattributevalue
 

Methods in quoggles.stdboxes.getattributevalue that throw InvalidInputException
 void GetAttributeValue_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.input.constant
 

Methods in quoggles.stdboxes.input.constant that throw InvalidInputException
 void Constant_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.listoperations1
 

Methods in quoggles.stdboxes.listoperations1 that throw InvalidInputException
 void ListOperations1_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.listoperations2
 

Methods in quoggles.stdboxes.listoperations2 that throw InvalidInputException
 void ListOperations2_Box.setInputs(java.lang.Object[] inputs)
           
private  void ListOperations2_Box.checkSameTypes(java.util.Collection[] c1, java.util.Collection[] c2)
          Checks if the given collections have the same schema.
 

Uses of InvalidInputException in quoggles.stdboxes.neighborhood
 

Methods in quoggles.stdboxes.neighborhood that throw InvalidInputException
 void Neighborhood_Box.setInputs(java.lang.Object[] inputs)
           
 

Uses of InvalidInputException in quoggles.stdboxes.sortby
 

Methods in quoggles.stdboxes.sortby that throw InvalidInputException
 void SortBy_Box.setInputs(java.lang.Object[] inputs)