tudresden.ocl.check.types.xmifacade
Class ModelAssociationEnd
java.lang.Object
tudresden.ocl.check.types.xmifacade.ModelAssociationEnd
- public class ModelAssociationEnd
- extends Object
Encapsulates an association end. Needed only during parsing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
String name
modelclass
ModelClass modelclass
type
Type type
qualifiers
Type[] qualifiers
isMultiple
boolean isMultiple
- Is more than one member allowed.
othersAreMultiple
boolean othersAreMultiple
ModelAssociationEnd
public ModelAssociationEnd(String name,
ModelClass modelclass,
String multiplicity,
boolean isOrdered,
Type[] qualifiers)
getModelClass
public ModelClass getModelClass()
- Returns:
- the model class of the association end.
isMultiple
public boolean isMultiple()
- Returns:
- true if the association end is multiple, false otherwise
getName
public String getName()
- Returns:
- the name of the association end
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.