|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sei.aadl.modelsupport.util.ConnectionBindingUtil
public class ConnectionBindingUtil
Constructor Summary | |
---|---|
ConnectionBindingUtil()
|
Method Summary | |
---|---|
static java.util.List |
connectedByBus(ComponentInstance srcHW,
ComponentInstance dstHW)
returns list of buses connecting to HW components. |
static boolean |
connectedToBus(ComponentInstance HWcomp,
ComponentInstance bus)
is hardware component connected (directly) to the given bus |
protected static java.util.List |
doConnectedByBus(ComponentInstance srcHW,
ComponentInstance dstHW,
org.eclipse.emf.common.util.EList visitedBuses)
returns list of buses connecting to HW components. |
static ConnectionInstance |
getBusAccessConnection(ComponentInstance HWcomp,
ComponentInstance bus)
is hardware component connected (directly) to the given bus, incl. bus to bus |
static ComponentInstance |
getHardwareComponent(FeatureInstance fi)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionBindingUtil()
Method Detail |
---|
public static ComponentInstance getHardwareComponent(FeatureInstance fi)
public static java.util.List connectedByBus(ComponentInstance srcHW, ComponentInstance dstHW)
source
- HW componentdestination
- HW component
protected static java.util.List doConnectedByBus(ComponentInstance srcHW, ComponentInstance dstHW, org.eclipse.emf.common.util.EList visitedBuses)
source
- HW componentdestination
- HW component
public static boolean connectedToBus(ComponentInstance HWcomp, ComponentInstance bus)
HWcomp
- ComponentInstance hardware componentbus
- ComponentInstance bus component
public static ConnectionInstance getBusAccessConnection(ComponentInstance HWcomp, ComponentInstance bus)
HWcomp
- ComponentInstance hardware componentbus
- ComponentInstance bus component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |