|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassInstance
An instance of a Class (an object).
Method Summary | |
---|---|
boolean |
exists()
|
IAssociationEndInstance |
getAssociationEndInstance(IProperty prop)
Returns the Association End Instance owned by this Class Instance that is an instance of the given Property. |
IAssociationEndInstance |
getAssociationEndInstance(java.lang.String uqName,
IClass cls)
Returns the Association End Instance owned by this Class Instance with the given unqualified name. |
IAssociationEndInstance |
getAssociationEndInstance(java.lang.String uqName,
java.lang.String clsFQName)
Returns the Association End Instance owned by this Class Instance with the given unqualified name. |
java.util.List<IAssociationEndInstance> |
getAssociationEndInstances()
Returns the set of all Association End Instances owned by this Class Instance. |
IClass |
getUMLClass()
Returns the Class of the UML model whose instance is this. |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance |
---|
conformsTo, constructor, copySlots, copySlots, destroy, destructor, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValues, getClassifier, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMyID, getSlot, getSlot, getSlot, getSlot, getSlots, isClassInstance, isDataTypeInstance, isDirectInstanceOf, isDirectInstanceOf, isEqualTo, isInstanceOf, isInstanceOf, isMarkedAsDeleted, makeClone, markAsDeleted |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IRTElement |
---|
getMElement, hasIdentity |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement |
---|
accept, accept, isKindOf, isModelElement, isRTElement |
Method Detail |
---|
IClass getUMLClass() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
java.util.List<IAssociationEndInstance> getAssociationEndInstances() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
IAssociationEndInstance getAssociationEndInstance(IProperty prop) throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
IAssociationEndInstance getAssociationEndInstance(java.lang.String uqName, IClass cls) throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
IAssociationEndInstance getAssociationEndInstance(java.lang.String uqName, java.lang.String clsFQName) throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean exists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |