Class Behaviors
java.lang.Object
com.dassault_systemes.modeler.kerml.model.Behaviors
Utility class to work with
Behavior-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisStepOrBehavior(Type type) static booleanisStepOrBehavior(org.eclipse.emf.ecore.EClass eClass) static boolean
-
Constructor Details
-
Behaviors
public Behaviors()
-
-
Method Details
-
isStepOrBehaviorResolving
Returns whether the given type resolves to aSteporBehavior. Type resolution is performed before the check.- Parameters:
type- the type to test- Returns:
trueif the resolved type is a step or behavior
-
isStepOrBehavior
- Parameters:
type- the type to test- Returns:
trueif the type is a step or behavior
-
isStepOrBehavior
public static boolean isStepOrBehavior(org.eclipse.emf.ecore.EClass eClass) - Parameters:
eClass- the class to test- Returns:
trueif the class is a step or behavior
-