Package org.cip4.jdflib.ifaces
Interface IDeviceCapable
-
- All Known Implementing Classes:
JDFDeviceCap,JDFMessageService
public interface IDeviceCapableinterface that connects the Devicecapability roots i.e. DeviceCap and MessageService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDFActionPoolgetActionPool()VStringgetNamePathVector()ICapabilityElementgetTargetCap(java.lang.String id)get the target JDFTerm referenced by idJDFTestPoolgetTestPool()
-
-
-
Method Detail
-
getTargetCap
ICapabilityElement getTargetCap(java.lang.String id)
get the target JDFTerm referenced by id- Parameters:
id- the @ID of the term- Returns:
- ICapabilityElement the referenced term, null if it doesn't exist
-
getActionPool
JDFActionPool getActionPool()
- Returns:
-
getTestPool
JDFTestPool getTestPool()
- Returns:
-
getNamePathVector
VString getNamePathVector()
- Returns:
-
-