Class EquivalenceNetwork.EquivalenceData

java.lang.Object
com.ptc.windchill.associativity.equivalence.EquivalenceNetwork.EquivalenceData
Enclosing class:
EquivalenceNetwork

public static class EquivalenceNetwork.EquivalenceData extends Object
TODO: Document me

Supported API: true

Extendable: false
  • Method Details

    • getUpstreamIteration

      public Iterated getUpstreamIteration()


      Supported API: true
      Returns:
      the upstreamIteration
    • setUpstreamIteration

      public void setUpstreamIteration(Iterated upstreamIteration)


      Supported API: true
      Parameters:
      upstreamIteration - the upstreamIteration to set
    • getDownstreamIteration

      public Iterated getDownstreamIteration()


      Supported API: true
      Returns:
      the downstreamIteration
    • setDownstreamIteration

      public void setDownstreamIteration(Iterated downstreamIteration)


      Supported API: true
      Parameters:
      downstreamIteration - the downstreamIteration to set
    • putAdditionalData

      public void putAdditionalData(Object key, Object value)
      Puts additional data

      Supported API: true
      Parameters:
      key - key for the data
      value - value of the key
    • getAdditionalDataByKey

      public Object getAdditionalDataByKey(Object key)
      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

      public Object removeAdditioinalDataByKey(Object key)
      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