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 voidcreateChildGraph()IGraph<INode,IEdge>getChildGraph()booleanhasChildGraph()voidremoveChildGraph()Methods inherited from class kieker.analysis.generic.graph.impl.ElementImpl
getId, getProperty, getPropertyKeys, removeProperty, setProperty, setPropertyIfAbsentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getChildGraphin interfaceINode
-
removeChildGraph
public void removeChildGraph()- Specified by:
removeChildGraphin interfaceINode
-
hasChildGraph
public boolean hasChildGraph()- Specified by:
hasChildGraphin interfaceINode
-
createChildGraph
public void createChildGraph()- Specified by:
createChildGraphin interfaceINode
-