|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.xqhs.util.config.Config
net.xqhs.util.logging.Unit
net.xqhs.graphs.graph.SimpleGraph
net.xqhs.graphs.pattern.GraphPattern
net.xqhs.graphs.context.ContextPattern
public class ContextPattern
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.xqhs.graphs.graph.SimpleGraph |
---|
SimpleGraph.NodeData |
Nested classes/interfaces inherited from class net.xqhs.util.config.Config |
---|
net.xqhs.util.config.Config.ConfigLockedException |
Field Summary | |
---|---|
(package private) Instant.Offset |
persistence
|
Fields inherited from class net.xqhs.graphs.graph.SimpleGraph |
---|
EDGE_LINE, EDGE_SEPARATOR, EDGE_TARGET, edges, nodes |
Fields inherited from class net.xqhs.util.logging.Unit |
---|
DEFAULT_LEVEL, DEFAULT_UNIT_NAME |
Constructor Summary | |
---|---|
ContextPattern()
|
Method Summary | |
---|---|
ContextPattern |
add(GraphComponent component)
This is the only method that actually adds a component to the graph. |
ContextPattern |
remove(GraphComponent component)
This is the only method that actually removes a component from the graph. |
ContextPattern |
setPersistence(Instant.Offset patternPersistence)
|
Methods inherited from class net.xqhs.graphs.pattern.GraphPattern |
---|
addNode, addNode, maxK, readFrom |
Methods inherited from class net.xqhs.graphs.graph.SimpleGraph |
---|
addAll, addEdge, computeDistancesFromUndirected, contains, getComponents, getEdges, getInEdges, getNodes, getNodesNamed, getOutEdges, getUnitName, m, n, removeAll, removeEdge, removeNode, size, toDot, toString |
Methods inherited from class net.xqhs.util.logging.Unit |
---|
compose, dbg, doExit, getDefaultUnitName, l, le, lf, li, lock, lockedR, lr, lr, lw, setLink, setLink, setLogDisplay, setLogEnsureNew, setLoggerClass, setLoggerType, setLoggerTypeClass, setLogLevel, setLogReporter, setUnitName, setUnitName |
Methods inherited from class net.xqhs.util.config.Config |
---|
build, ensureLocked, locked, lockedEx, makeDefaults |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
Instant.Offset persistence
Constructor Detail |
---|
public ContextPattern()
Method Detail |
---|
public ContextPattern setPersistence(Instant.Offset patternPersistence)
public ContextPattern add(GraphComponent component)
SimpleGraph
add
in interface Graph
add
in class SimpleGraph
component
- - the component to add. Must be an implementation of GraphComponent
that the implementing
class can recognize.
public ContextPattern remove(GraphComponent component)
SimpleGraph
remove
in interface Graph
remove
in class SimpleGraph
component
- - the component to remove. Must be an implementation of GraphComponent
that the implementing
class can recognize.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |