Uses of Interface
de.deepamehta.core.RelatedAssociation

Packages that use RelatedAssociation
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
 

Uses of RelatedAssociation in de.deepamehta.core
 

Methods in de.deepamehta.core that return RelatedAssociation
 RelatedAssociation Association.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri)
           
 RelatedAssociation Topic.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

Methods in de.deepamehta.core that return types with arguments of type RelatedAssociation
 List<RelatedAssociation> Topic.getRelatedAssociations(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

Uses of RelatedAssociation in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement RelatedAssociation
(package private)  class AttachedRelatedAssociation
          An Association-Association pair that is attached to the DeepaMehtaService.
 

Methods in de.deepamehta.core.impl that return RelatedAssociation
 RelatedAssociation AttachedAssociation.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri)
           
 RelatedAssociation AttachedTopic.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri, boolean fetchComposite, boolean fetchRelatingComposite)
           
(package private)  RelatedAssociation EmbeddedService.instantiateRelatedAssociation(RelatedAssociationModel model, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

Methods in de.deepamehta.core.impl that return types with arguments of type RelatedAssociation
 List<RelatedAssociation> EmbeddedService.getAssociations(String assocTypeUri)
           
 List<RelatedAssociation> AttachedTopic.getRelatedAssociations(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri, boolean fetchComposite, boolean fetchRelatingComposite)
           
(package private)  List<RelatedAssociation> EmbeddedService.instantiateRelatedAssociations(Iterable<RelatedAssociationModel> models, boolean fetchComposite, boolean fetchRelatingComposite)
           
 

Uses of RelatedAssociation in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return types with arguments of type RelatedAssociation
 List<RelatedAssociation> DeepaMehtaService.getAssociations(String assocTypeUri)
           
 



Copyright © 2014. All Rights Reserved.