Uses of Interface
de.grogra.graph.object.sg.SecGraph
Packages that use SecGraph
-
Uses of SecGraph in de.grogra.graph.object.sg
Methods in de.grogra.graph.object.sg with parameters of type SecGraphModifier and TypeMethodDescriptionvoid
apply the given SecGraph on this SecGraphvoid
run this SecGraph as a rule on the given secGraphboolean
test if this SecGraph incldues the SecGraph SGboolean
test if this SecGraph incldues the given SecGraph or if the query SecGraph of this graph is included in the given SecGraph -
Uses of SecGraph in de.grogra.graph.object.sg.impl
Classes in de.grogra.graph.object.sg.impl that implement SecGraphMethods in de.grogra.graph.object.sg.impl that return SecGraphModifier and TypeMethodDescriptionstatic SecGraph
SecGraphRef.all
(ObjectConsumer consumer) static SecGraph
Library.operator$add
(SecGraph s1, SecGraph s2) SecGraphImpl.resolve()
SecGraphRef.resolve()
SecGraphRef.toSecGraph()
Methods in de.grogra.graph.object.sg.impl with parameters of type SecGraphModifier and TypeMethodDescriptionstatic void
Apply arule
(a SecGraph with a queryRoot and a ProductionRoot) on the ProjectGraphstatic void
Apply arule
(a SecGraph with a queryRoot and a ProductionRoot) on the Destination-SecGraph.void
void
void
void
static boolean
Library.includedIn
(SecGraph query, SecGraph in) Tests if the given query-SecGraph can be found in a second secGraph(destination)static boolean
Library.includedIn
(SecGraph query, SecGraph in, boolean asQuery) Tests if the given SecGrph or the query subgraph can be found in the proveided Destination-SecGraph.boolean
boolean
boolean
boolean
static boolean
Tests if the given SecGraph or the query subgraph can be found in the currently used RGGGraph.static boolean
Library.inProjectGraph
(SecGraph query) Tests if the given SecGraph can be found in the Project Graphstatic boolean
Library.inProjectGraph
(SecGraph query, boolean asQuery) Tests if either full SecGraph or the query subgraph of it can be found in the Project Graphstatic SecGraph
Library.operator$add
(SecGraph s1, SecGraph s2)