Class GraphMLNode
- java.lang.Object
-
- org.opennms.features.graphml.model.GraphMLElement
-
- org.opennms.features.graphml.model.GraphMLNode
-
public class GraphMLNode extends GraphMLElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.features.graphml.model.GraphMLElement
GraphMLElement.GraphMLElementVisitor<T>
-
-
Field Summary
-
Fields inherited from class org.opennms.features.graphml.model.GraphMLElement
ID
-
-
Constructor Summary
Constructors Constructor Description GraphMLNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(GraphMLElement.GraphMLElementVisitor<T> visitor)
-
Methods inherited from class org.opennms.features.graphml.model.GraphMLElement
equals, getId, getProperties, getProperty, getProperty, hashCode, setId, setProperty, toString
-
-
-
-
Method Detail
-
accept
public <T> T accept(GraphMLElement.GraphMLElementVisitor<T> visitor)
- Specified by:
accept
in classGraphMLElement
-
-