Class EquivalenceLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
All Implemented Interfaces:
Externalizable, Serializable, wt.associativity._EquivalenceLinkTypeInterface, wt.associativity.EquivalenceLinkTypeInterface, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, _Filterable, Filterable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={wt.type.Typed.class,Filterable.class,wt.associativity.EquivalenceLinkTypeInterface.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="isConsumable",type=java.lang.Boolean.class,initialValue="true"),@GeneratedProperty(name="description",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=1000)),@GeneratedProperty(name="downstreamContextRef",type=ViewReference.class),@GeneratedProperty(name="upstreamContextRef",type=ViewReference.class),@GeneratedProperty(name="equivalenceIdentifier",type=long.class,accessors=@PropertyAccessors(setAccess=PRIVATE),javaDoc="It is a unique identifier used to associate a consumption link to an equivalence link.This identifier is used to improve efficiency for searching and managing {@link ConsumptionLink} objects."),@GeneratedProperty(name="annotations",type=long.class,accessors=@PropertyAccessors(setAccess=PUBLIC),javaDoc="It is to hold additional flags on EquivalenceLink.",columnProperties=@ColumnProperties(defaultValue="0"))},roleA=@GeneratedRole(name="upstream",type=Iterated.class),roleB=@GeneratedRole(name="downstream",type=Iterated.class),tableProperties=@TableProperties(tableName="EquivalenceLink"),iconProperties=@IconProperties(standardIcon="wtcore/images/part.gif",openIcon="wtcore/images/part.gif")) public class EquivalenceLink extends _EquivalenceLink

Use the newEquivalenceLink static factory method(s), not the EquivalenceLink constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • newEquivalenceLink

      public static EquivalenceLink newEquivalenceLink(Iterated upstream, Iterated downstream) throws WTException
      Default factory for the class.

      Supported API: true
      Parameters:
      upstream - Upstream iteration
      downstream - Downstream iteration
      Returns:
      EquivalenceLink Equivalence link created using upstream and downstream iterations
      Throws:
      WTException
    • newEquivalenceLink

      public static EquivalenceLink newEquivalenceLink(ObjectReference upstreamReference, ObjectReference downstreamReference) throws WTException
      Default factory for the class.

      Supported API: true
      Parameters:
      upstreamReference - Upstream object reference
      downstream - Downstream iteration
      Returns:
      EquivalenceLink Equivalence link created using upstream and downstream object references
      Throws:
      WTException