Package ai.stapi.graph
Interface AttributeContainer
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
TraversableGraphElement
- All Known Implementing Classes:
AbstractAttributeContainer,AbstractGraphElement,Edge,Node,TraversableEdge,TraversableNode
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAttribute(String name) booleancontainsAttribute(String name, Object value) Attribute<?>getAttribute(String name) getAttributeValue(String name) getVersionedAttribute(String name) booleanhasAttribute(String name)
-
Method Details
-
add
-
getVersionedAttribute
-
getAttribute
- Throws:
GraphException
-
containsAttribute
-
containsAttribute
-
getAttributeValue
-
hasAttribute
-
getVersionedAttributes
VersionedAttributeGroup getVersionedAttributes()
-