org.eclipse.graphiti.pattern.mapping
Class StructureMapping

java.lang.Object
  extended by org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
      extended by org.eclipse.graphiti.pattern.mapping.StructureMapping
All Implemented Interfaces:
IStructureMapping
Direct Known Subclasses:
StructureMappingMulti, StructureMappingSingle

public abstract class StructureMapping
extends MappingProviderProvider
implements IStructureMapping

The Class StructureMapping.


Field Summary
private  IDataMapping dataMapping
           
 
Constructor Summary
StructureMapping(IDataMapping dataMapping, IMappingProvider mappingProvider)
          Creates a new StructureMapping.
 
Method Summary
 IDataMapping getDataMapping()
          Gets the data mapping.
private  void setDataMapping(IDataMapping dataMapping)
           
 
Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataMapping

private IDataMapping dataMapping
Constructor Detail

StructureMapping

public StructureMapping(IDataMapping dataMapping,
                        IMappingProvider mappingProvider)
Creates a new StructureMapping.

Parameters:
dataMapping - the data mapping
mappingProvider - the mapping provider
Method Detail

getDataMapping

public IDataMapping getDataMapping()
Description copied from interface: IStructureMapping
Gets the data mapping.

Specified by:
getDataMapping in interface IStructureMapping
Returns:
the data mapping

setDataMapping

private void setDataMapping(IDataMapping dataMapping)


Copyright (c) SAP AG 2005, 2010.