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

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

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

Methods in org.eclipse.stp.core.sca that return SystemWire
 SystemWire SCAFactory.createSystemWire()
          Returns a new object of class 'System Wire'.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type SystemWire
 java.lang.Object SCASwitch.caseSystemWire(SystemWire object)
          Returns the result of interpretting the object as an instance of 'System Wire'.
 boolean SCAValidator.validateSystemWire(SystemWire systemWire, DiagnosticChain diagnostics, java.util.Map context)