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 interfaceModelModel. -
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 booleanTagValueUtil. findBooleanTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)static StringTagValueUtil. findDirectTagValue(String tagName, WithTagValuesOrStereotypes... elements)Seek for a tag value amoung elements given using these rules: Look intoelementsand return the first not empty tag value found. If not found returndefaultValueNote: Order ofelementsis important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model).static StringTagValueUtil. findDirectTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)Seek for a tag value amoung elements given using these rules: Look intoelementsand return the first not empty tag value found. If not found returndefaultValueNote: Order ofelementsis important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model).static StringTagValueUtil. findNotEmptyTagValue(String tagName, WithTagValuesOrStereotypes element)static StringTagValueUtil. findNotEmptyTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes element)static BooleanTagValueUtil. findNullableBooleanTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)Seek for a Boolean tag value.static StringTagValueUtil. findTagValue(String tagName, String defaultValue, WithTagValuesOrStereotypes... elements)Seek for a tag value amoung elements given using these rules: Look intoelementsand return the first not empty tag value found. If not found, Look intoelementsdeclaringElement (for each element that is aObjectModelElementand return the first not empty tag value found. If not found returndefaultValueNote: Order ofelementsis important, better then to always starts from specialized to more general level (for example from attribute, to classifier or model).static StringTagValueUtil. findTagValue(TagValueMetadata tagName, WithTagValuesOrStereotypes... elements)Seek for a tag value amoung elements given using these rules: Look intoelementsand return the first not empty tag value found. If not found, Look intoelementsdeclaringElement (for each element that is aObjectModelElementand return the first not empty tag value found. If not found returndefaultValueNote: Order ofelementsis 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 interfaceObjectModelAbstraction for the root node of object model trees.interfaceObjectModelAssociationClassObjectModelAssociationClass.interfaceObjectModelAttributeAbstraction for the attribute node of object model trees.interfaceObjectModelClassAbstraction for the class node of object model trees.interfaceObjectModelClassifierObjectModelClassifier.interfaceObjectModelElementObjectModelElement.interfaceObjectModelEnumerationObjectModelEnumeration.interfaceObjectModelInterfaceAbstraction for the interface node of object model trees.interfaceObjectModelOperationAbstraction for the operation node of object model trees.interfaceObjectModelPackageCreated on 7/6/14.interfaceObjectModelParameterAbstraction 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 classObjectModelAssociationClassImplObjectModelAssociationClassImpl.javaclassObjectModelAttributeImplObjectModelAttributeImpl.classObjectModelClassifierImplObjectModelClassifierImpl.classObjectModelClassImplObjectModelClassImpl.classObjectModelElementImplObjectModelElementImpl.classObjectModelEnumerationImplObjectModelEnumerationImpl.classObjectModelImplImplementation class for the root node abstraction of object model trees.classObjectModelInterfaceImplObjectModelInterfaceImpl.java Created: 14 janv. 2004classObjectModelOperationImplObjectModelOperationImpl.java Created: 14 janv. 2004classObjectModelPackageImplCreated on 7/6/14.classObjectModelParameterImplObjectModelParameterImpl. -
Uses of WithTagValuesOrStereotypes in org.nuiton.eugene.models.state
Subinterfaces of WithTagValuesOrStereotypes in org.nuiton.eugene.models.state Modifier and Type Interface Description interfaceStateModelStateModel 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 classStateModelImplImplementation of theStateModel.
-