org.higgins.framework.core
Interface ContextRelationship

All Superinterfaces:
Relationship

public interface ContextRelationship
extends Relationship

ContextRelationship encapsulates the relationship and properties between Contexts. These relationships can be hierarchical (e.g., an organization context within a company), jurisdictional (e.g., a company context within a geolocation or government context, etc). TODO exception handling, additional operations, etc


Method Summary
 java.util.Set getRelatedContexts()
           
 
Methods inherited from interface org.higgins.framework.core.Relationship
getMetadata
 

Method Detail

getRelatedContexts

public java.util.Set getRelatedContexts()