org.eclipse.graphiti.pattern
Class FeatureForPatternDelegate

java.lang.Object
  extended by org.eclipse.graphiti.pattern.FeatureForPatternDelegate
All Implemented Interfaces:
IFeatureForPattern

public class FeatureForPatternDelegate
extends Object
implements IFeatureForPattern

The Class FeatureForPatternDelegate.


Field Summary
private  IPattern pattern
           
 
Constructor Summary
FeatureForPatternDelegate(IPattern pattern)
          Creates a new FeatureForPatternDelegate.
 
Method Summary
 IPattern getPattern()
          Gets the pattern.
private  void setPattern(IPattern pattern)
          Sets the pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private IPattern pattern
Constructor Detail

FeatureForPatternDelegate

public FeatureForPatternDelegate(IPattern pattern)
Creates a new FeatureForPatternDelegate.

Parameters:
pattern - the pattern
Method Detail

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, 2010.