de.deepamehta.core.model
Class RelatedAssociationModel

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.model.DeepaMehtaObjectModel
      extended by de.deepamehta.core.model.AssociationModel
          extended by de.deepamehta.core.model.RelatedAssociationModel
All Implemented Interfaces:
Identifiable, JSONEnabled, Cloneable

public class RelatedAssociationModel
extends AssociationModel


Field Summary
private  AssociationModel relatingAssoc
           
 
Fields inherited from class de.deepamehta.core.model.DeepaMehtaObjectModel
childTopics, id, typeUri, uri, value
 
Constructor Summary
RelatedAssociationModel(AssociationModel assoc, AssociationModel relatingAssoc)
           
 
Method Summary
 AssociationModel getRelatingAssociation()
           
 String toString()
           
 
Methods inherited from class de.deepamehta.core.model.AssociationModel
clone, createRoleModel, getOtherPlayerId, getRoleModel, getRoleModel1, getRoleModel2, hasSameRoleTypeUris, toJSON
 
Methods inherited from class de.deepamehta.core.model.DeepaMehtaObjectModel
equals, getChildTopicsModel, getId, getSimpleValue, getTypeUri, getUri, hashCode, set, setChildTopicsModel, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

relatingAssoc

private AssociationModel relatingAssoc
Constructor Detail

RelatedAssociationModel

public RelatedAssociationModel(AssociationModel assoc,
                               AssociationModel relatingAssoc)
Method Detail

getRelatingAssociation

public AssociationModel getRelatingAssociation()

toString

public String toString()
Overrides:
toString in class AssociationModel


Copyright © 2014. All Rights Reserved.