|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
com.oakgrovesystems.reactor.ReactorObjectId |
getId(com.oakgrovesystems.reactor.LabelPath pathToMap)
Maps a LabelPath to a ReactorObjectId. |
com.oakgrovesystems.reactor.ReactorObjectId |
getId(com.oakgrovesystems.reactor.LabelPath pathToMap,
java.lang.Class filterClass)
Maps a LabelPath to a ReactorObjectId. |
com.oakgrovesystems.reactor.ReactorObjectId |
getId(com.oakgrovesystems.reactor.LabelPath pathToMap,
java.lang.Class filterClass,
com.oakgrovesystems.reactor.ReactorObjectId root)
Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution. |
com.oakgrovesystems.reactor.ReactorObjectId |
getId(com.oakgrovesystems.reactor.LabelPath pathToMap,
com.oakgrovesystems.reactor.ReactorObjectId root)
Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution. |
com.oakgrovesystems.reactor.ReactorObjectId |
getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap)
Maps a LabelPath to a ReactorObjectId. |
com.oakgrovesystems.reactor.ReactorObjectId |
getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap,
java.lang.Class filterClass)
Maps a LabelPath to a ReactorObjectId. |
com.oakgrovesystems.reactor.ReactorObjectId |
getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap,
java.lang.Class filterClass,
com.oakgrovesystems.reactor.ReactorObjectId root)
Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution. |
com.oakgrovesystems.reactor.ReactorObjectId |
getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap,
com.oakgrovesystems.reactor.ReactorObjectId root)
Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution. |
java.util.Set |
getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap)
Maps a LabelPath to a Set of ReactorObjectIds |
java.util.Set |
getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap,
java.lang.Class filterClass)
Maps a LabelPath to a Set of ReactorObjectIds |
java.util.Set |
getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap,
java.lang.Class filterClass,
boolean definitionsOnly)
Maps a LabelPath to a Set of ReactorObjectIds |
java.util.Set |
getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap,
java.lang.Class filterClass,
com.oakgrovesystems.reactor.ReactorObjectId root)
Maps a LabelPath to a Set of ReactorObjectIds with the id specified as the starting point for label path resolution |
java.util.Set |
getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap,
com.oakgrovesystems.reactor.ReactorObjectId root)
Maps a LabelPath to a Set of ReactorObjectIds using the Process with the id specified as the starting point for label path resolution |
Method Detail |
public java.util.Set getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.
public java.util.Set getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.
public java.util.Set getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
- The Class with which an object must be assignment compatible
in order to be included in the returned Set.
public java.util.Set getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, boolean definitionsOnly)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
- The Class with which an object must be assignment compatible
in order to be included in the returned Set.definitionsOnly
- If true, the objects must be in a process definition tree.
public java.util.Set getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
- The Class with which an object must be assignment compatible
in order to be included in the returned Set.
public com.oakgrovesystems.reactor.ReactorObjectId getId(com.oakgrovesystems.reactor.LabelPath pathToMap)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.
public com.oakgrovesystems.reactor.ReactorObjectId getId(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.
public com.oakgrovesystems.reactor.ReactorObjectId getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
-
public com.oakgrovesystems.reactor.ReactorObjectId getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
pathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
-
public com.oakgrovesystems.reactor.ReactorObjectId getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap) throws IdentifierMappingException
uniquePathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.
IdentifierMappingException
- If the LabelPath provided maps to more than one object.public com.oakgrovesystems.reactor.ReactorObjectId getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, com.oakgrovesystems.reactor.ReactorObjectId root) throws IdentifierMappingException
uniquePathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.
IdentifierMappingException
- If the LabelPath provided maps to more than one object.public com.oakgrovesystems.reactor.ReactorObjectId getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass) throws IdentifierMappingException
uniquePathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
- The Class with which an object must be assignment compatible
in order to be included in the returned Set.
IdentifierMappingException
- If the LabelPath provided maps to more than one object that is
assignment compatible with the given class.public com.oakgrovesystems.reactor.ReactorObjectId getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root) throws IdentifierMappingException
uniquePathToMap
- The LabelPath that must resolve to an object for
that object to be included in the returned Set.filterClass
- The Class with which an object must be assignment compatible
in order to be included in the returned Set.
IdentifierMappingException
- If the LabelPath provided maps to more than one object that is
assignment compatible with the given class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |