Package wt.occurrence
Interface _OccurrenceableLink
- All Superinterfaces:
wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
OccurrenceableLink
- All Known Implementing Classes:
_WTPartUsageLink,WTPartUsageLink
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEach element of this non-persistentVectorcontainsUsesOccurrences, each of which may contain aPathOccurrence. -
Method Summary
Modifier and TypeMethodDescriptionEach element of this non-persistentVectorcontainsUsesOccurrences, each of which may contain aPathOccurrence.voidsetUsesOccurrenceVector(Vector usesOccurrenceVector) Each element of this non-persistentVectorcontainsUsesOccurrences, each of which may contain aPathOccurrence.Methods inherited from interface wt.fc.BinaryLink
getLinkInfo, getOtherObject, getRole, getRoleAObjectId, getRoleBObjectIdMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
USES_OCCURRENCE_VECTOR
Each element of this non-persistentVectorcontainsUsesOccurrences, each of which may contain aPathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate thisVector, otherwise it will benull.Supported API: true
- See Also:
-
-
Method Details
-
getUsesOccurrenceVector
Vector getUsesOccurrenceVector()Each element of this non-persistentVectorcontainsUsesOccurrences, each of which may contain aPathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate thisVector, otherwise it will benull.Supported API: true
- See Also:
-
setUsesOccurrenceVector
Each element of this non-persistentVectorcontainsUsesOccurrences, each of which may contain aPathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate thisVector, otherwise it will benull.Supported API: true
- See Also:
-