Uses of Interface
org.higgins.framework.core.Relationship

Uses of Relationship in org.higgins.framework.core
 

Subinterfaces of Relationship in org.higgins.framework.core
 interface ContextRelationship
          ContextRelationship encapsulates the relationship and properties between Contexts.
 interface SubjectRelationship
          Represents information about relationship between different identities.
 

Methods in org.higgins.framework.core with parameters of type Relationship
 java.util.Set DigitalSubject.getSubjects(Relationship rel)
           
 java.util.Set Context.getContexts(Relationship rel)