|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of QueryExecutionException in quoggles |
| Methods in quoggles that throw QueryExecutionException | |
private void |
QRunQuery.executeInputBox(Input_Box iBox)
Sets the input of the given InputBox and executes it. |
java.util.List |
QRunQuery.runQuery(org.graffiti.graph.Graph qGraph,
java.util.Collection sourceNodes,
boolean internalUseOnly,
java.util.List result,
java.util.Stack nodesTodo)
|
void |
QMain.runQuery()
|
void |
QMain.saveSubQuery()
|
void |
QAuxiliary.saveSubQuery(org.graffiti.graph.Graph markedSubGraph)
Save the active SUB query into a file chosen by the user. |
| Uses of QueryExecutionException in quoggles.auxboxes.attributefilter |
| Methods in quoggles.auxboxes.attributefilter that throw QueryExecutionException | |
void |
AttributeFilter_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.booleanop |
| Methods in quoggles.auxboxes.booleanop that throw QueryExecutionException | |
void |
BooleanOp_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.contains |
| Methods in quoggles.auxboxes.contains that throw QueryExecutionException | |
void |
Contains_Box.execute()
Two objects are equal if obj1.equals(obj2) holds. |
| Uses of QueryExecutionException in quoggles.auxboxes.equals |
| Methods in quoggles.auxboxes.equals that throw QueryExecutionException | |
void |
Equals_Box.execute()
Two objects are equal if obj1.equals(obj2) holds. |
| Uses of QueryExecutionException in quoggles.auxboxes.getgraphelements |
| Methods in quoggles.auxboxes.getgraphelements that throw QueryExecutionException | |
void |
GetGraphElements_Box.execute()
Searches in the input for graph elements (according to the value of the parameter). |
| Uses of QueryExecutionException in quoggles.auxboxes.getproperty |
| Methods in quoggles.auxboxes.getproperty that throw QueryExecutionException | |
void |
GetProperty_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.inducedsubgraph |
| Methods in quoggles.auxboxes.inducedsubgraph that throw QueryExecutionException | |
void |
InducedSubGraph_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.interpretasboolean |
| Methods in quoggles.auxboxes.interpretasboolean that throw QueryExecutionException | |
void |
InterpretAsBoolean_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.sizeof |
| Methods in quoggles.auxboxes.sizeof that throw QueryExecutionException | |
void |
SizeOf_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.sort |
| Methods in quoggles.auxboxes.sort that throw QueryExecutionException | |
void |
Sort_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.truemaker |
| Methods in quoggles.auxboxes.truemaker that throw QueryExecutionException | |
void |
MakeTrue_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.valuecompare |
| Methods in quoggles.auxboxes.valuecompare that throw QueryExecutionException | |
void |
ValueCompare_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxboxes.valuefilter |
| Methods in quoggles.auxboxes.valuefilter that throw QueryExecutionException | |
void |
ValueFilter_Box.execute()
|
| Uses of QueryExecutionException in quoggles.auxiliary |
| Methods in quoggles.auxiliary that throw QueryExecutionException | |
static org.graffiti.graph.Node |
Util.findMaybeNestedPredicateEnd(org.graffiti.graph.Node node,
boolean foundOne)
Find a BoolPredicateEnd_Box that may be hidden in a
SubQuery_Box. |
static void |
Util.pushOutputs(org.graffiti.graph.Node node,
IBox box)
Set output from the given node/box, as input to its successors. |
static void |
Util.pushOutputs(org.graffiti.graph.Node node,
IBox box,
int notIndex)
Set output from the given node/box, as input to its successors. |
java.util.List |
RunQuery.runQuery(org.graffiti.graph.Graph qGraph,
java.util.Collection sourceNodes,
boolean internalUseOnly,
java.util.List curResult,
java.util.Stack nodesTodo)
Executes the query given by the queryGraph and returns the result in a table (list of lists). |
| Uses of QueryExecutionException in quoggles.boxes |
| Methods in quoggles.boxes that throw QueryExecutionException | |
void |
IBox.execute()
Executes the box, i.e. calculates the output from the input. |
void |
Box.execute()
Should be overridden and called first by subclasses. |
| Uses of QueryExecutionException in quoggles.changeboxes.algorithm |
| Methods in quoggles.changeboxes.algorithm that throw QueryExecutionException | |
void |
Algorithm_Box.execute()
|
| Uses of QueryExecutionException in quoggles.changeboxes.changeattribute |
| Methods in quoggles.changeboxes.changeattribute that throw QueryExecutionException | |
void |
ChangeAttribute_Box.execute()
|
| Uses of QueryExecutionException in quoggles.changeboxes.changeattributes |
| Methods in quoggles.changeboxes.changeattributes that throw QueryExecutionException | |
void |
ChangeAttributes_Box.execute()
|
| Uses of QueryExecutionException in quoggles.changeboxes.convertfromparam |
| Methods in quoggles.changeboxes.convertfromparam that throw QueryExecutionException | |
void |
ConvertFromParam_Box.execute()
|
| Uses of QueryExecutionException in quoggles.changeboxes.converttoparam |
| Methods in quoggles.changeboxes.converttoparam that throw QueryExecutionException | |
void |
ConvertToParam_Box.execute()
|
| Uses of QueryExecutionException in quoggles.changeboxes.createparam |
| Methods in quoggles.changeboxes.createparam that throw QueryExecutionException | |
void |
CreateParam_Box.execute()
|
| Uses of QueryExecutionException in quoggles.deprecated |
| Methods in quoggles.deprecated that throw QueryExecutionException | |
void |
ValueFilter_Box.execute()
|
void |
RecursiveGetGraphElements_Box.execute()
Deprecated. Searches in the input for graph elements (according to the value of the parameter). |
void |
Check_Box.execute()
|
| Uses of QueryExecutionException in quoggles.deprecated.stdboxes.flatten |
| Methods in quoggles.deprecated.stdboxes.flatten that throw QueryExecutionException | |
void |
Flatten_Box.execute()
|
| Uses of QueryExecutionException in quoggles.deprecated.stdboxes.listify |
| Methods in quoggles.deprecated.stdboxes.listify that throw QueryExecutionException | |
void |
Listify_Box.execute()
|
| Uses of QueryExecutionException in quoggles.deprecated.stdboxes.makedistinct |
| Methods in quoggles.deprecated.stdboxes.makedistinct that throw QueryExecutionException | |
void |
MakeDistinct_Box.execute()
|
| Uses of QueryExecutionException in quoggles.deprecated.stdboxes.reverse |
| Methods in quoggles.deprecated.stdboxes.reverse that throw QueryExecutionException | |
void |
Reverse_Box.execute()
|
| Uses of QueryExecutionException in quoggles.deprecated.stdboxes.unpack |
| Methods in quoggles.deprecated.stdboxes.unpack that throw QueryExecutionException | |
void |
Unpack_Box.execute()
|
| Uses of QueryExecutionException in quoggles.exceptions |
| Subclasses of QueryExecutionException in quoggles.exceptions | |
class |
BoxNotExecutedException
|
class |
InputNotSetException
|
class |
InvalidInputException
Indicates that an input to a box is not of a type that the box expected. |
class |
InvalidParameterException
Indicates that the parameters of a box are not valid (for the current input etc.). |
class |
NoHomogeneousTypeException
Indicates that the elements of a collection do not have compatible types. |
| Uses of QueryExecutionException in quoggles.stdboxes.arithmetic |
| Methods in quoggles.stdboxes.arithmetic that throw QueryExecutionException | |
void |
Arithmetic_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.booleannot |
| Methods in quoggles.stdboxes.booleannot that throw QueryExecutionException | |
void |
BooleanNot_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.comparetwovalues |
| Methods in quoggles.stdboxes.comparetwovalues that throw QueryExecutionException | |
void |
CompareTwoValues_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.complexfilter |
| Methods in quoggles.stdboxes.complexfilter that throw QueryExecutionException | |
static org.graffiti.util.Pair |
ComplexFilter_Box.checkSinks(org.graffiti.graph.Node fstPredNode,
IBox thisBox)
Assures that there is exactly one BoolPredicateEnd_Box in
the sub query. |
void |
ComplexFilter_Box.execute()
See interpretAsBoolean for a definition of what it means
that a sub query evaluates to true. |
| Uses of QueryExecutionException in quoggles.stdboxes.connectors |
| Methods in quoggles.stdboxes.connectors that throw QueryExecutionException | |
void |
TwoSplitConnector_Box.execute()
"Duplicates" the input. |
| Uses of QueryExecutionException in quoggles.stdboxes.getattributevalue |
| Methods in quoggles.stdboxes.getattributevalue that throw QueryExecutionException | |
void |
GetAttributeValue_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.input |
| Methods in quoggles.stdboxes.input that throw QueryExecutionException | |
void |
Input_Box.execute()
Overridden to prevent InputNotSetException. |
| Uses of QueryExecutionException in quoggles.stdboxes.input.constant |
| Methods in quoggles.stdboxes.input.constant that throw QueryExecutionException | |
void |
Constant_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.isinstanceof |
| Methods in quoggles.stdboxes.isinstanceof that throw QueryExecutionException | |
void |
IsInstanceof_Box.execute()
Searches in the input for graph elements (according to the value of the parameter). |
| Uses of QueryExecutionException in quoggles.stdboxes.listoperations1 |
| Methods in quoggles.stdboxes.listoperations1 that throw QueryExecutionException | |
void |
ListOperations1_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.listoperations2 |
| Methods in quoggles.stdboxes.listoperations2 that throw QueryExecutionException | |
void |
ListOperations2_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.neighborhood |
| Methods in quoggles.stdboxes.neighborhood that throw QueryExecutionException | |
void |
Neighborhood_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.output |
| Methods in quoggles.stdboxes.output that throw QueryExecutionException | |
void |
NormalOutput_Box.execute()
|
void |
BoolPredicateEnd_Box.execute()
Evaluates the input to a boolean value. |
| Uses of QueryExecutionException in quoggles.stdboxes.sortby |
| Methods in quoggles.stdboxes.sortby that throw QueryExecutionException | |
void |
SortBy_Box.execute()
|
| Uses of QueryExecutionException in quoggles.stdboxes.subquery |
| Methods in quoggles.stdboxes.subquery that throw QueryExecutionException | |
void |
SubQuery_Box.execute()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||