Package wt.occurrence
Interface _PathOccurrence
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,_Occurrence,wt.occurrence._PathParentableOccurrence,wt.occurrence._PathToOccurrence,wt.fc._Persistable,wt.occurrence._UsesPathToOccurrence,NetFactor,ObjectMappable,Occurrence,PathParentableOccurrence,wt.occurrence.PathToOccurrence,Persistable,Serializable,wt.occurrence.UsesPathToOccurrence
- All Known Subinterfaces:
PathOccurrence
- All Known Implementing Classes:
_PartPathOccurrence,PartPathOccurrence
public interface _PathOccurrence
extends Occurrence, PathParentableOccurrence, wt.occurrence.UsesPathToOccurrence
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.static final StringSupported API: truestatic final StringThis non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence.static final StringSupported API: trueFields inherited from interface wt.occurrence._Occurrence
NAME, OCCURRENCE_DATA_VECTOR -
Method Summary
Modifier and TypeMethodDescriptionThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.Derived from_Occurrence.getName()getUses()This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence.Derived from_Occurrence.getName()voidsetCombinedPathOccurrenceVector(Vector combinedPathOccurrenceVector) ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.voidsetPathName(String pathName) Derived from_Occurrence.setName(java.lang.String)voidsetUses(UsesOccurrence uses) This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence.voidsetUsesName(String usesName) Derived from_Occurrence.setName(java.lang.String)Methods inherited from interface wt.occurrence._Occurrence
getName, getOccurrenceDataVector, setName, setOccurrenceDataVectorMethods 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
-
COMBINED_PATH_OCCURRENCE_VECTOR
ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.Supported API: true
- See Also:
-
USES
This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence. This is necessary since thePathOccurrenceonly has aUsesOccurrenceReference, which could refer to more than oneUsesOccurrence.Supported API: true
- See Also:
-
USES_NAME
Supported API: true- See Also:
-
PATH_NAME
Supported API: true- See Also:
-
-
Method Details
-
getCombinedPathOccurrenceVector
Vector getCombinedPathOccurrenceVector()ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.Supported API: true
- See Also:
-
setCombinedPathOccurrenceVector
void setCombinedPathOccurrenceVector(Vector combinedPathOccurrenceVector) throws WTPropertyVetoException ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getUses
UsesOccurrence getUses()This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence. This is necessary since thePathOccurrenceonly has aUsesOccurrenceReference, which could refer to more than oneUsesOccurrence.Supported API: true
- See Also:
-
setUses
This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence. This is necessary since thePathOccurrenceonly has aUsesOccurrenceReference, which could refer to more than oneUsesOccurrence.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getUsesName
String getUsesName()Derived from_Occurrence.getName()Supported API: true
- See Also:
-
setUsesName
Derived from_Occurrence.setName(java.lang.String)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getPathName
String getPathName()Derived from_Occurrence.getName()Supported API: true
- See Also:
-
setPathName
Derived from_Occurrence.setName(java.lang.String)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-