Class EquivalenceNetwork.EquivalenceData
java.lang.Object
com.ptc.windchill.associativity.equivalence.EquivalenceNetwork.EquivalenceData
- Enclosing class:
EquivalenceNetwork
TODO: Document me
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidClears additional data map
Supported API: trueReturns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
Supported API: true
Supported API: truevoidputAdditionalData(Object key, Object value) Puts additional data
Supported API: trueReturns the value from the additional data for the key
Supported API: truevoidsetDownstreamIteration(Iterated downstreamIteration)
Supported API: truevoidsetUpstreamIteration(Iterated upstreamIteration)
Supported API: true
-
Method Details
-
getUpstreamIteration
Supported API: true- Returns:
- the upstreamIteration
-
setUpstreamIteration
Supported API: true- Parameters:
upstreamIteration- the upstreamIteration to set
-
getDownstreamIteration
Supported API: true- Returns:
- the downstreamIteration
-
setDownstreamIteration
Supported API: true- Parameters:
downstreamIteration- the downstreamIteration to set
-
putAdditionalData
Puts additional data
Supported API: true- Parameters:
key- key for the datavalue- value of the key
-
getAdditionalDataByKey
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
Supported API: true- Parameters:
key- key for data to get- Returns:
- value against key else null
-
removeAdditioinalDataByKey
Returns the value from the additional data for the key
Supported API: true- Parameters:
key- key for data to get- Returns:
- the previous value associated with key, or null if there was no mapping for key.
-
clearAdditionalData
public void clearAdditionalData()Clears additional data map
Supported API: true
-