Package wt.occurrence

Interface OccurrenceableLink

All Superinterfaces:
wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, _OccurrenceableLink, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
_WTPartUsageLink, WTPartUsageLink

@GenAsBinaryLink(extendable=true, properties=@GeneratedProperty(name="usesOccurrenceVector",type=java.util.Vector.class,supportedAPI=PUBLIC,javaDoc="Each element of this non-persistent <code>Vector</code> contains {@link UsesOccurrence}s, each of which may contain a {@link PathOccurrence}. Note that any implementation of this interface must provide server-side APIs that specifically populate this <code>Vector</code>, otherwise it will be <code>null</code>.",accessors=@PropertyAccessors(setExceptions={}),columnProperties=@ColumnProperties(persistent=false)), roleA=@GeneratedRole(name="roleAObject",type=Persistable.class,accessors=@PropertyAccessors(setExceptions={}),cardinality=ONE), roleB=@GeneratedRole(name="roleBObject",type=Persistable.class,accessors=@PropertyAccessors(setExceptions={}),cardinality=ONE)) public interface OccurrenceableLink extends _OccurrenceableLink
A Link which has associated UsesOccurrences.

Supported API: true

Extendable: true