Package edm.edom3
Interface EDMInstanceTools
-
- All Superinterfaces:
EDMContextDependent
,EDMData
,EDMInstance
public interface EDMInstanceTools extends EDMInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getStepIdOfInstance()
This method will return the STEP id of the current instance-
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
-
Methods inherited from interface edm.edom3.EDMData
exists, getInstanceId, getName, getOwner, isLocal, isRemote
-
Methods inherited from interface edm.edom3.EDMInstance
create, createAggrAttrBN, delete, getAccessManager, getAttrBN, getAttrsBN, getInstanceReferences, getInstanceType, isInstanceOf, isKindOf, putAttrBN, putAttrsBN, putProtectedAttrBN, setAttrBN, setAttrBN, setAttrBN, setAttrBN, setAttrBN, testAttrBN, testAttrsBN
-
-
-
-
Method Detail
-
getStepIdOfInstance
int getStepIdOfInstance() throws EdmiException
This method will return the STEP id of the current instance- Returns:
- An integer representing the STEP id
- Throws:
EdmiException
- An EdmiException
-
-