Class NodeImpl
java.lang.Object
kieker.analysis.generic.graph.impl.ElementImpl
kieker.analysis.generic.graph.impl.NodeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidMethods 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
-
-
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
-