Class AssociativePair

java.lang.Object
com.ptc.windchill.associativity.AssociativePair
All Implemented Interfaces:
Serializable

public class AssociativePair extends Object implements Serializable
The upstream and downstream pair

Supported API: true

Extendable: false
See Also:
  • Method Details

    • of

      public static AssociativePair of(Associative upstream, Associative downstream)


      Supported API: true
      Parameters:
      upstream -
      downstream -
      Returns:
    • getUpstream

      public Associative getUpstream()


      Supported API: true
      Returns:
    • getDownstream

      public Associative getDownstream()


      Supported API: true
      Returns: