Interface IRelationship

  • All Known Implementing Classes:
    RelationshipNode

    public interface IRelationship
    Relationship is the way a node can be related with another node.
    Since:
    7.0.0
    Version:
    $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
    • Method Detail

      • getId

        String getId()
        Gets the IRelatable identifier.
        Returns:
        string
        Since:
        7.0.0
      • getSource

        IRelatable getSource()
        Gets the IRelatable source.
        Returns:
        IRelatable
        Since:
        7.0.0
      • getTarget

        IRelatable getTarget()
        Gets the IRelatable target.
        Returns:
        IRelatable
        Since:
        7.0.0
      • getRelationshipType

        IRelationshipType getRelationshipType()
        Gets the relationship type.
        Returns:
        IRelationshipType
        Since:
        7.0.0
      • getCreationDate

        Date getCreationDate()
        Gets the IRelatable creation date.
        Returns:
        creation date.
        Since:
        7.0.0