Uses of Interface
org.eclipse.stp.core.sca.EntryPoint

Packages that use EntryPoint
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of EntryPoint in org.eclipse.stp.core.sca
 

Methods in org.eclipse.stp.core.sca that return EntryPoint
 EntryPoint SCAFactory.createEntryPoint()
          Returns a new object of class 'Entry Point'.
 EntryPoint ModuleService.getEntryPoint()
          Returns the value of the 'Entry Point' reference.
 EntryPoint Composite.getEntryPoint(java.lang.String name)
          Return an EntryPoint with a matching name.
 

Methods in org.eclipse.stp.core.sca with parameters of type EntryPoint
 void ModuleService.setEntryPoint(EntryPoint value)
          Sets the value of the 'Entry Point' reference.
 

Uses of EntryPoint in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type EntryPoint
 java.lang.Object SCASwitch.caseEntryPoint(EntryPoint object)
          Returns the result of interpretting the object as an instance of 'Entry Point'.
 boolean SCAValidator.validateEntryPoint(EntryPoint entryPoint, DiagnosticChain diagnostics, java.util.Map context)