Class NodeImpl
java.lang.Object
kieker.analysis.generic.graph.impl.ElementImpl
kieker.analysis.generic.graph.impl.NodeImpl
public class NodeImpl extends ElementImpl implements INode
-
Constructor Summary
Constructors Constructor Description NodeImpl(java.lang.String id)
-
Method Summary
Modifier and Type Method Description void
createChildGraph()
IGraph<INode,IEdge>
getChildGraph()
boolean
hasChildGraph()
void
removeChildGraph()
Methods inherited from class kieker.analysis.generic.graph.impl.ElementImpl
getId, getProperty, getPropertyKeys, removeProperty, setProperty, setPropertyIfAbsent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kieker.analysis.generic.graph.IElement
getId, getProperty, getPropertyKeys, removeProperty, setProperty, setPropertyIfAbsent
-
Constructor Details
-
NodeImpl
public NodeImpl(java.lang.String id)
-
-
Method Details
-
getChildGraph
- Specified by:
getChildGraph
in interfaceINode
-
removeChildGraph
public void removeChildGraph()- Specified by:
removeChildGraph
in interfaceINode
-
hasChildGraph
public boolean hasChildGraph()- Specified by:
hasChildGraph
in interfaceINode
-
createChildGraph
public void createChildGraph()- Specified by:
createChildGraph
in interfaceINode
-