|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultiplicityElement
Abstract generalization of multiplicity elements.
Method Summary | |
---|---|
boolean |
conformsTo(IMultiplicityElement me)
Does this Multiplicity Element conform to the given one? |
int |
getLowerBound()
Returns the lower multiplicity bound of this Multiplicity Element. |
int |
getUpperBound()
Returns the upper multiplicity bound of this Multiplicity Element. |
boolean |
includesCardinality(int c)
Is the given cardinality allowed by the multiplicity? |
boolean |
includesMultiplicity(IMultiplicityElement me)
Is the given multiplicity included in this multiplicity? |
boolean |
isLimited()
Is there an upper bound of cardinality? |
boolean |
isMultiValued()
Is this Multiplicity Element multi-valued? It is if its upper bound is greater than 1. |
boolean |
isOrdered()
Is this Multiplicity Element ordered? |
boolean |
isSingleValued()
Is this Multiplicity Element single-valued? It is if its upper bound is 1. |
boolean |
isUnique()
Is this Multiplicity Element unique? |
boolean |
isUnlimited()
Isn't there an upper bound of cardinality? |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.IMElement |
---|
getOwnedElements, getOwner, getStereotype, getStereotypeAsText, getTaggedValue |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement |
---|
accept, accept, isKindOf, isModelElement, isRTElement |
Method Detail |
---|
boolean isSingleValued() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean isMultiValued() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
int getLowerBound() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean isLimited() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean isUnlimited() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
int getUpperBound() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean includesMultiplicity(IMultiplicityElement me) throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean includesCardinality(int c) throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean isOrdered() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean isUnique() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
boolean conformsTo(IMultiplicityElement me) throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |