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 TypeMethodDescriptionvoidapply the given SecGraph on this SecGraphvoidrun this SecGraph as a rule on the given secGraphbooleantest if this SecGraph incldues the SecGraph SGbooleantest 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 SecGraphModifier and TypeClassDescriptionclassclassclassfinal classMethods in de.grogra.graph.object.sg.impl that return SecGraphModifier and TypeMethodDescriptionstatic SecGraphSecGraphRef.all(ObjectConsumer consumer) static SecGraphLibrary.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 voidApply arule(a SecGraph with a queryRoot and a ProductionRoot) on the ProjectGraphstatic voidApply arule(a SecGraph with a queryRoot and a ProductionRoot) on the Destination-SecGraph.voidvoidvoidvoidvoidvoidvoidvoidstatic booleanLibrary.includedIn(SecGraph query, SecGraph in) Tests if the given query-SecGraph can be found in a second secGraph(destination)static booleanLibrary.includedIn(SecGraph query, SecGraph in, boolean asQuery) Tests if the given SecGrph or the query subgraph can be found in the proveided Destination-SecGraph.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanstatic booleanTests if the given SecGraph or the query subgraph can be found in the currently used RGGGraph.static booleanLibrary.inProjectGraph(SecGraph query) Tests if the given SecGraph can be found in the Project Graphstatic booleanLibrary.inProjectGraph(SecGraph query, boolean asQuery) Tests if either full SecGraph or the query subgraph of it can be found in the Project Graphstatic SecGraphLibrary.operator$add(SecGraph s1, SecGraph s2)