|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.uml.options.UMLParsingOptions
public class UMLParsingOptions
Options applicable to the UMLEnvironment
to
customize its parsing behaviour.
Field Summary | |
---|---|
static Option<java.lang.Class<? extends org.eclipse.uml2.uml.Association>> |
ASSOCIATION_CLASS_TYPE
Option determining which UML metaclass to consider as the OCL notion of Association Class. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Option<java.lang.Class<? extends org.eclipse.uml2.uml.Association>> ASSOCIATION_CLASS_TYPE
AssociationClass
metaclass for a strict interpretation, as the OCL Specification is not
aware of the fact that all UML associations are classifiers. The
other logical choice is Association
, which encompasses all
associations (including association-classes proper) and even metaclass
Extension
s in profiles.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |