Class AbstractGraphElement

java.lang.Object
ai.stapi.graph.attribute.AbstractAttributeContainer
ai.stapi.graph.graphelements.AbstractGraphElement
All Implemented Interfaces:
AttributeContainer, GraphElement, Serializable
Direct Known Subclasses:
Edge, Node

public abstract class AbstractGraphElement extends AbstractAttributeContainer implements GraphElement
See Also:
  • Field Details

    • id

      protected final ai.stapi.identity.UniqueIdentifier id
    • type

      protected final String type
  • Constructor Details

    • AbstractGraphElement

      protected AbstractGraphElement(ai.stapi.identity.UniqueIdentifier id, String type)
    • AbstractGraphElement

      protected AbstractGraphElement(ai.stapi.identity.UniqueIdentifier id, String type, VersionedAttributeGroup versionedAttributes)
    • AbstractGraphElement

      protected AbstractGraphElement(ai.stapi.identity.UniqueIdentifier id, String type, Attribute<?>... attributes)
  • Method Details