org.eclipse.graphiti.pattern
Class FeatureForPatternDelegate
java.lang.Object
org.eclipse.graphiti.pattern.FeatureForPatternDelegate
- All Implemented Interfaces:
- IFeatureForPattern
public class FeatureForPatternDelegate
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
private IPattern pattern
FeatureForPatternDelegate
public FeatureForPatternDelegate(IPattern pattern)
- Creates a new
FeatureForPatternDelegate
.
- Parameters:
pattern
- the pattern
getPattern
public IPattern getPattern()
- Gets the pattern.
- Specified by:
getPattern
in interface IFeatureForPattern
- Returns:
- Returns the pattern.
setPattern
private void setPattern(IPattern pattern)
- Sets the pattern.
- Parameters:
pattern
- the new pattern
Copyright (c) SAP AG 2005, 2012.