Class PrecedenceConstraint

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.projectmanagement.plannable._PrecedenceConstraint
com.ptc.projectmanagement.plannable.PrecedenceConstraint
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="precedenceType",type=PrecedenceType.class),@GeneratedProperty(name="scheduleOffset",type=Duration.class)},roleA=@GeneratedRole(name="successor",type=Plannable.class,cardinality=ONE),roleB=@GeneratedRole(name="predecessor",type=Plannable.class,cardinality=ONE),tableProperties=@TableProperties(tableName="PrecedenceConstraint")) public class PrecedenceConstraint extends com.ptc.projectmanagement.plannable._PrecedenceConstraint

Use the newPrecedenceConstraint static factory method(s), not the PrecedenceConstraint 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: