Uses of Interface
de.deepamehta.core.RelatedAssociation

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

Uses of RelatedAssociation in de.deepamehta.core
 

Methods in de.deepamehta.core that return RelatedAssociation
 RelatedAssociation DeepaMehtaObject.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 

Methods in de.deepamehta.core that return types with arguments of type RelatedAssociation
 ResultList<RelatedAssociation> DeepaMehtaObject.getRelatedAssociations(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 

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 AttachedTopic.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 RelatedAssociation AttachedAssociation.getRelatedAssociation(String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
(package private)  RelatedAssociation EmbeddedService.instantiateRelatedAssociation(RelatedAssociationModel model)
           
 

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

Uses of RelatedAssociation in de.deepamehta.core.service
 

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

Uses of RelatedAssociation in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return types with arguments of type RelatedAssociation
 ResultList<RelatedAssociation> WebservicePlugin.getAssociationRelatedAssociations(long assocId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
private  ResultList<RelatedAssociation> WebservicePlugin.getRelatedAssociations(DeepaMehtaObject object, String objectInfo, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 ResultList<RelatedAssociation> WebservicePlugin.getTopicRelatedAssociations(long topicId, String assocTypeUri, String myRoleTypeUri, String othersRoleTypeUri, String othersAssocTypeUri)
           
 



Copyright © 2015. All Rights Reserved.