Uses of Interface
org.nuiton.eugene.models.extension.tagvalue.WithTagValuesOrStereotypes
-
-
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models
Subinterfaces of WithTagValuesOrStereotypes in org.nuiton.eugene.models Modifier and Type Interface Description interface
Model
Model. -
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models.extension.tagvalue
Methods in org.nuiton.eugene.models.extension.tagvalue with parameters of type WithTagValuesOrStereotypes Modifier and Type Method Description static boolean
TagValueUtil. findBooleanTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)
static String
TagValueUtil. findDirectTagValue(String tagName, WithTagValuesOrStereotypes... elements)
Seek for a tag value amoung elements given using these rules: Look intoelements
and return the first not empty tag value found. If not found returndefaultValue
Note: Order ofelements
is important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model).static String
TagValueUtil. findDirectTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)
Seek for a tag value amoung elements given using these rules: Look intoelements
and return the first not empty tag value found. If not found returndefaultValue
Note: Order ofelements
is important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model).static String
TagValueUtil. findNotEmptyTagValue(String tagName, WithTagValuesOrStereotypes element)
static String
TagValueUtil. findNotEmptyTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes element)
static Boolean
TagValueUtil. findNullableBooleanTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)
Seek for a Boolean tag value.static String
TagValueUtil. findTagValue(String tagName, String defaultValue, WithTagValuesOrStereotypes... elements)
Seek for a tag value amoung elements given using these rules: Look intoelements
and return the first not empty tag value found. If not found, Look intoelements
declaringElement (for each element that is aObjectModelElement
and return the first not empty tag value found. If not found returndefaultValue
Note: Order ofelements
is important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model).static String
TagValueUtil. findTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)
Seek for a tag value amoung elements given using these rules: Look intoelements
and return the first not empty tag value found. If not found, Look intoelements
declaringElement (for each element that is aObjectModelElement
and return the first not empty tag value found. If not found returndefaultValue
Note: Order ofelements
is important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model). -
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models.object
Subinterfaces of WithTagValuesOrStereotypes in org.nuiton.eugene.models.object Modifier and Type Interface Description interface
ObjectModel
Abstraction for the root node of object model trees.interface
ObjectModelAssociationClass
ObjectModelAssociationClass.interface
ObjectModelAttribute
Abstraction for the attribute node of object model trees.interface
ObjectModelClass
Abstraction for the class node of object model trees.interface
ObjectModelClassifier
ObjectModelClassifier.interface
ObjectModelElement
ObjectModelElement.interface
ObjectModelEnumeration
ObjectModelEnumeration.interface
ObjectModelInterface
Abstraction for the interface node of object model trees.interface
ObjectModelOperation
Abstraction for the operation node of object model trees.interface
ObjectModelPackage
Created on 7/6/14.interface
ObjectModelParameter
Abstraction for the parameter node of object model trees. -
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models.object.xml
Classes in org.nuiton.eugene.models.object.xml that implement WithTagValuesOrStereotypes Modifier and Type Class Description class
ObjectModelAssociationClassImpl
ObjectModelAssociationClassImpl.javaclass
ObjectModelAttributeImpl
ObjectModelAttributeImpl.class
ObjectModelClassifierImpl
ObjectModelClassifierImpl.class
ObjectModelClassImpl
ObjectModelClassImpl.class
ObjectModelElementImpl
ObjectModelElementImpl.class
ObjectModelEnumerationImpl
ObjectModelEnumerationImpl.class
ObjectModelImpl
Implementation class for the root node abstraction of object model trees.class
ObjectModelInterfaceImpl
ObjectModelInterfaceImpl.java Created: 14 janv. 2004class
ObjectModelOperationImpl
ObjectModelOperationImpl.java Created: 14 janv. 2004class
ObjectModelPackageImpl
Created on 7/6/14.class
ObjectModelParameterImpl
ObjectModelParameterImpl. -
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models.state
Subinterfaces of WithTagValuesOrStereotypes in org.nuiton.eugene.models.state Modifier and Type Interface Description interface
StateModel
StateModel Model root element. -
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models.state.xml
Classes in org.nuiton.eugene.models.state.xml that implement WithTagValuesOrStereotypes Modifier and Type Class Description class
StateModelImpl
Implementation of theStateModel
.
-