|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Box in quoggles.auxboxes.attributefilter |
| Subclasses of Box in quoggles.auxboxes.attributefilter | |
class |
AttributeFilter_Box
Input: One or several Attributables. |
| Uses of Box in quoggles.auxboxes.booleanop |
| Subclasses of Box in quoggles.auxboxes.booleanop | |
class |
BooleanOp_Box
Input: two Boolean values
Output: a Boolean that is the result of applying an operation
on the two input Boolean values (specified via a parameter).
|
| Uses of Box in quoggles.auxboxes.contains |
| Subclasses of Box in quoggles.auxboxes.contains | |
class |
Contains_Box
Input: two objects (first will be a collection most times) Output: boolean value indicating if the two inputs are equal or the first actually is a collection and contains the second (the collection is not implicitly flattened). |
| Uses of Box in quoggles.auxboxes.end |
| Subclasses of Box in quoggles.auxboxes.end | |
class |
End_Box
Input: anything Output: none |
| Uses of Box in quoggles.auxboxes.equals |
| Subclasses of Box in quoggles.auxboxes.equals | |
class |
Equals_Box
Input: two objects Output: boolean value indicating if the two inputs are equal. |
| Uses of Box in quoggles.auxboxes.getgraphelements |
| Subclasses of Box in quoggles.auxboxes.getgraphelements | |
class |
GetGraphElements_Box
Input: one or several objects Output: all GraphElements (or whatever is specified via the
parameter) found in the input.
|
| Uses of Box in quoggles.auxboxes.getproperty |
| Subclasses of Box in quoggles.auxboxes.getproperty | |
class |
GetProperty_Box
Input: graph element(s) Output: a property or a list of properties (the type of property is specified via a parameter) like degree null values are not put into the output list. |
| Uses of Box in quoggles.auxboxes.inducedsubgraph |
| Subclasses of Box in quoggles.auxboxes.inducedsubgraph | |
class |
InducedSubGraph_Box
Input: one or several graph elements Output: the graph elements belonging to the induced sub graph of the input elements From a collection of graph elements as input, this box returns a collection of graph elements that belong to the subgraph induced by the given nodes and edges. |
| Uses of Box in quoggles.auxboxes.interpretasboolean |
| Subclasses of Box in quoggles.auxboxes.interpretasboolean | |
class |
InterpretAsBoolean_Box
Input: an arbitrary object Output: a Boolean that results from intepreting the input as a
boolean value |
| Uses of Box in quoggles.auxboxes.sizeof |
| Subclasses of Box in quoggles.auxboxes.sizeof | |
class |
SizeOf_Box
Input: one object or a collection Output: the size of the input as an Integer. |
| Uses of Box in quoggles.auxboxes.sort |
| Subclasses of Box in quoggles.auxboxes.sort | |
class |
Sort_Box
Input: one object or a collection of objects Output: the input object or, if the input is a collection, sorted according to the natural ordering of the elements. |
| Uses of Box in quoggles.auxboxes.truemaker |
| Subclasses of Box in quoggles.auxboxes.truemaker | |
class |
MakeTrue_Box
Input: some objects of arbitrary types Output: the boolean value true. |
| Uses of Box in quoggles.auxboxes.valuecompare |
| Subclasses of Box in quoggles.auxboxes.valuecompare | |
class |
ValueCompare_Box
Input: one object Output: a Boolean value that is the result of comparing the
input with a value specified via the parameters
It does not implicitly check all elements of a collection. |
| Uses of Box in quoggles.auxboxes.valuefilter |
| Subclasses of Box in quoggles.auxboxes.valuefilter | |
class |
ValueFilter_Box
Input: one or several objects Output: only those elements from the input that match the value specified via the parameters If the input is not a list and the input object does not match the criteria, the output is null. |
| Uses of Box in quoggles.changeboxes.algorithm |
| Subclasses of Box in quoggles.changeboxes.algorithm | |
class |
Algorithm_Box
Input: Output: |
| Uses of Box in quoggles.changeboxes.changeattribute |
| Subclasses of Box in quoggles.changeboxes.changeattribute | |
class |
ChangeAttribute_Box
Input: One Attributable. |
| Uses of Box in quoggles.changeboxes.changeattributes |
| Subclasses of Box in quoggles.changeboxes.changeattributes | |
class |
ChangeAttributes_Box
Input: List of Attributables
Collection of values
Output: the same List of Attributables
where an attribute of each of them has been assigned the corresponding
value from the second input |
| Uses of Box in quoggles.changeboxes.convertfromparam |
| Subclasses of Box in quoggles.changeboxes.convertfromparam | |
class |
ConvertFromParam_Box
Input: Output: |
| Uses of Box in quoggles.changeboxes.converttoparam |
| Subclasses of Box in quoggles.changeboxes.converttoparam | |
class |
ConvertToParam_Box
Input: Output: |
| Uses of Box in quoggles.changeboxes.createparam |
| Subclasses of Box in quoggles.changeboxes.createparam | |
class |
CreateParam_Box
Input: a collection of objects of arbitrary types Output: a collection containing the input elements, without any duplicates (tested using equals). |
| Uses of Box in quoggles.deprecated |
| Subclasses of Box in quoggles.deprecated | |
class |
Check_Box
|
class |
RecursiveGetGraphElements_Box
Deprecated. use a combination of Flatten_Box and GetGraphElements_Box |
| Uses of Box in quoggles.deprecated.stdboxes.flatten |
| Subclasses of Box in quoggles.deprecated.stdboxes.flatten | |
class |
Flatten_Box
Input: an object Output: null if the input has been null.
|
| Uses of Box in quoggles.deprecated.stdboxes.listify |
| Subclasses of Box in quoggles.deprecated.stdboxes.listify | |
class |
Listify_Box
Input: one or several collections Output: a list where the i'th element is a list made up from the i'th elements in the input lists (in the order of the inputs). |
| Uses of Box in quoggles.deprecated.stdboxes.makedistinct |
| Subclasses of Box in quoggles.deprecated.stdboxes.makedistinct | |
class |
MakeDistinct_Box
Input: a collection of objects of arbitrary types Output: a collection containing the input elements, without any duplicates (tested using equals). |
| Uses of Box in quoggles.deprecated.stdboxes.reverse |
| Subclasses of Box in quoggles.deprecated.stdboxes.reverse | |
class |
Reverse_Box
Input: an Object or a Collection
Output: a Collection with the same elemenst as the input
Collection with the order of teh elements reversed. |
| Uses of Box in quoggles.deprecated.stdboxes.unpack |
| Subclasses of Box in quoggles.deprecated.stdboxes.unpack | |
class |
Unpack_Box
Input: an object Output: null if the input has been null.
|
| Uses of Box in quoggles.stdboxes.arithmetic |
| Subclasses of Box in quoggles.stdboxes.arithmetic | |
class |
Arithmetic_Box
Input: one or several Numbers
Output: the result of the function (specified by the parameter)
null if the input itself is null |
| Uses of Box in quoggles.stdboxes.booleannot |
| Subclasses of Box in quoggles.stdboxes.booleannot | |
class |
BooleanNot_Box
Input: a Boolean value
Output: a Boolean having the negated value. |
| Uses of Box in quoggles.stdboxes.comparetwovalues |
| Subclasses of Box in quoggles.stdboxes.comparetwovalues | |
class |
CompareTwoValues_Box
Input: two java objects Output: true iff the objects are considered to be equal (this
depends on the values of the parameters). |
| Uses of Box in quoggles.stdboxes.complexfilter |
| Subclasses of Box in quoggles.stdboxes.complexfilter | |
class |
ComplexFilter_Box
Input: one or several objects Output: null if the input has been null
only those elements from the input for which holds: When set as input
to the sub query starting at the second output of this box, this sub query
yields a result that can be interpreted as true. |
| Uses of Box in quoggles.stdboxes.connectors |
| Subclasses of Box in quoggles.stdboxes.connectors | |
class |
OneOneConnector_Box
Input: anything Output: same as input Connects two boxes. |
class |
TwoSplitConnector_Box
Input: anything Output: two times the input (unchanged) |
| Uses of Box in quoggles.stdboxes.getattributevalue |
| Subclasses of Box in quoggles.stdboxes.getattributevalue | |
class |
GetAttributeValue_Box
Input: one or several Attributables
Output: one or several values of an attribute of the input(s). |
| Uses of Box in quoggles.stdboxes.input |
| Subclasses of Box in quoggles.stdboxes.input | |
class |
Input_Box
( Input: set by the system; depends on the name of the box ) Output: same as input Input box without incoming edges. |
| Uses of Box in quoggles.stdboxes.input.constant |
| Subclasses of Box in quoggles.stdboxes.input.constant | |
class |
Constant_Box
Output: A constant value of specified type. |
| Uses of Box in quoggles.stdboxes.isinstanceof |
| Subclasses of Box in quoggles.stdboxes.isinstanceof | |
class |
IsInstanceof_Box
Input: one object Output: a boolean indicating whether or not the input object is an instance of the class or interface specified by the parameter |
| Uses of Box in quoggles.stdboxes.listoperations1 |
| Subclasses of Box in quoggles.stdboxes.listoperations1 | |
class |
ListOperations1_Box
FLATTEN: Input: an object Output: null if the input has been null.
|
| Uses of Box in quoggles.stdboxes.listoperations2 |
| Subclasses of Box in quoggles.stdboxes.listoperations2 | |
class |
ListOperations2_Box
Input: two times: an object or a collection Output: an object or a collection resulting from applying an operation (specified via a parameter) on both inputs. |
| Uses of Box in quoggles.stdboxes.neighborhood |
| Subclasses of Box in quoggles.stdboxes.neighborhood | |
class |
Neighborhood_Box
Input: one or several GraphElements
Output: empty collection, one or several incident / adjacent
GraphElements of the input GraphElements
(depending on the value of the parameter). |
| Uses of Box in quoggles.stdboxes.output |
| Subclasses of Box in quoggles.stdboxes.output | |
class |
BoolPredicateEnd_Box
Input: anything ( Output: see quoggles.auxiliary.Util.interpretAsBoolean(Object) ) |
class |
NormalOutput_Box
Input: anything ( Output: same as input ) |
| Uses of Box in quoggles.stdboxes.sortby |
| Subclasses of Box in quoggles.stdboxes.sortby | |
class |
SortBy_Box
Input: first x inputs will be sorted; second y inputs are used to define the permutation Output: the x sorted inputs |
| Uses of Box in quoggles.stdboxes.subquery |
| Subclasses of Box in quoggles.stdboxes.subquery | |
class |
SubQuery_Box
Input: depends on the loaded sub query Output: depends on the loaded sub query Allows specification of a file that contains a saved query. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||