org.eclipse.stp.core.resources
Class SubsystemScribblerDomain

java.lang.Object
  extended by org.eclipse.stp.core.infrastructure.emf.DefaultScribblerDomain
      extended by org.eclipse.stp.core.resources.SOACoreScribblerDomain
          extended by org.eclipse.stp.core.resources.SubsystemScribblerDomain
All Implemented Interfaces:
IScribblerDomain

public class SubsystemScribblerDomain
extends SOACoreScribblerDomain
implements IScribblerDomain


Constructor Summary
SubsystemScribblerDomain(IFile aSubsystem)
           
 
Method Summary
 IResourceDescriptor[] getResourceDescriptors()
          Defines the interesting set of ResourceDescriptors for this IEditingDomain.
 IResourceDescriptor getSubsystemDescriptor()
           
 
Methods inherited from class org.eclipse.stp.core.resources.SOACoreScribblerDomain
getEditModelLabel
 
Methods inherited from class org.eclipse.stp.core.infrastructure.emf.DefaultScribblerDomain
addTechnologyFlavorLifecycle, getLabel, getTechnologyFlavorLifecycle, getTechnologyFlavorLifecycles, isContained, matches
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.stp.core.infrastructure.emf.IScribblerDomain
addTechnologyFlavorLifecycle, getEditModelLabel, getTechnologyFlavorLifecycle, getTechnologyFlavorLifecycles, isContained
 

Constructor Detail

SubsystemScribblerDomain

public SubsystemScribblerDomain(IFile aSubsystem)
Method Detail

getResourceDescriptors

public IResourceDescriptor[] getResourceDescriptors()
Description copied from interface: IScribblerDomain
Defines the interesting set of ResourceDescriptors for this IEditingDomain.

Specified by:
getResourceDescriptors in interface IScribblerDomain
Returns:

getSubsystemDescriptor

public IResourceDescriptor getSubsystemDescriptor()