Package org.eclipse.graphiti.pattern
Class FeatureForPatternDelegate
- java.lang.Object
-
- org.eclipse.graphiti.pattern.FeatureForPatternDelegate
-
- All Implemented Interfaces:
IFeatureForPattern
public class FeatureForPatternDelegate extends java.lang.Object implements 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
Constructors Constructor Description FeatureForPatternDelegate(IPattern pattern)
Creates a newFeatureForPatternDelegate
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPattern
getPattern()
Gets the pattern.
-
-
-
Constructor Detail
-
FeatureForPatternDelegate
public FeatureForPatternDelegate(IPattern pattern)
Creates a newFeatureForPatternDelegate
.- Parameters:
pattern
- the pattern
-
-
Method Detail
-
getPattern
public IPattern getPattern()
Gets the pattern.- Specified by:
getPattern
in interfaceIFeatureForPattern
- Returns:
- Returns the pattern.
-
-