Class NodeAssociation

java.lang.Object
eu.xenit.alfred.api.node.NodeAssociation
Direct Known Subclasses:
ChildParentAssociation

public class NodeAssociation extends Object
Datastructure that represents an association between nodes. An association is between a source and a target. An association has a specific type.
  • Field Details

    • source

      protected NodeRef source
    • target

      protected NodeRef target
    • type

      protected QName type
  • Constructor Details

    • NodeAssociation

      public NodeAssociation()
    • NodeAssociation

      public NodeAssociation(NodeRef source, NodeRef target, QName type)
  • Method Details

    • getSource

      public NodeRef getSource()
    • getTarget

      public NodeRef getTarget()
    • getType

      public QName getType()