Package org.eclipse.graphiti.pattern
Class FeatureForPatternDelegate
java.lang.Object
org.eclipse.graphiti.pattern.FeatureForPatternDelegate
- All Implemented Interfaces:
IFeatureForPattern
This feature wraps generic functionality of a pattern for calls of the
Graphiti framework. Clients should not need to use this class directly.
-
Constructor Summary
ConstructorDescriptionFeatureForPatternDelegate
(IPattern pattern) Creates a newFeatureForPatternDelegate
. -
Method Summary
-
Constructor Details
-
FeatureForPatternDelegate
Creates a newFeatureForPatternDelegate
.- Parameters:
pattern
- the pattern
-
-
Method Details
-
getPattern
Gets the pattern.- Specified by:
getPattern
in interfaceIFeatureForPattern
- Returns:
- Returns the pattern.
-