Class DependencyMatrixProfile.DirectionEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.dependencymatrix.persistence.DependencyMatrixProfile.DirectionEnumeration
-
- Enclosing class:
- DependencyMatrixProfile
private static class DependencyMatrixProfile.DirectionEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralbothstatic java.lang.StringBOTHstatic java.lang.StringCOLUMN_TO_ROWprivate EnumerationLiteralcolumntorowstatic java.lang.StringROW_TO_COLUMNprivate EnumerationLiteralrowtocolumn
-
Constructor Summary
Constructors Modifier Constructor Description privateDirectionEnumeration(DependencyMatrixProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetBothEnumerationLiteral()EnumerationLiteralgetColumntorowEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetRowtocolumnEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
ROW_TO_COLUMN
public static final java.lang.String ROW_TO_COLUMN
- See Also:
- Constant Field Values
-
COLUMN_TO_ROW
public static final java.lang.String COLUMN_TO_ROW
- See Also:
- Constant Field Values
-
BOTH
public static final java.lang.String BOTH
- See Also:
- Constant Field Values
-
rowtocolumn
@CheckForNull private EnumerationLiteral rowtocolumn
-
columntorow
@CheckForNull private EnumerationLiteral columntorow
-
both
@CheckForNull private EnumerationLiteral both
-
-
Constructor Detail
-
DirectionEnumeration
private DirectionEnumeration(DependencyMatrixProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getRowtocolumnEnumerationLiteral
@CheckForNull public EnumerationLiteral getRowtocolumnEnumerationLiteral()
-
getColumntorowEnumerationLiteral
@CheckForNull public EnumerationLiteral getColumntorowEnumerationLiteral()
-
getBothEnumerationLiteral
@CheckForNull public EnumerationLiteral getBothEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-