|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This Occurrence
identifies a unique path of UsesOccurrence
objects, in order to deal with:
OccurrenceableLink
objects have quantity greater than 1PathOccurrenceData
off of the
path of links
Field Summary | |
static String |
COMBINED_PATH_OCCURRENCE_VECTOR
Label for the attribute; This Vector can be populated with
CombinedPathOccurrence that is associated to a parent PathOccurrence . |
static String |
CONTEXT
Label for the attribute. |
static String |
CONTEXT_REFERENCE
Label for the attribute. |
static String |
PATH_NAME
Label for the attribute. |
static String |
SUB_PATH
Label for the attribute. |
static String |
SUB_PATH_REFERENCE
Label for the attribute. |
static String |
USES
Label for the attribute; This non-persistent value stores the UsesOccurrence that was used to retrieve the PathOccurrence . |
static String |
USES_NAME
Label for the attribute. |
static String |
USES_REFERENCE
Label for the attribute. |
Fields inherited from interface wt.occurrence.Occurrence |
NAME, OCCURRENCE_DATA_VECTOR |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
Vector |
getCombinedPathOccurrenceVector()
Gets the value of the attribute: COMBINED_PATH_OCCURRENCE_VECTOR. |
PathOccurrenceMasterContext |
getContext()
Gets the object for the association that plays role: CONTEXT. |
ObjectReference |
getContextReference()
Gets the value of the attribute: CONTEXT_REFERENCE. |
Vector |
getPathList()
Returns a Vector of the PathOccurrence objects
that make up this path. |
String |
getPathName()
Gets the value of the attribute: PATH_NAME. |
PathOccurrence |
getSubPath()
Gets the object for the association that plays role: SUB_PATH. |
ObjectReference |
getSubPathReference()
Gets the value of the attribute: SUB_PATH_REFERENCE. |
UsesOccurrence |
getUses()
Gets the value of the attribute: USES. |
String |
getUsesName()
Gets the value of the attribute: USES_NAME. |
UsesOccurrenceReference |
getUsesReference()
Gets the object for the association that plays role: USES_REFERENCE. |
boolean |
hasSubPath()
Returns true if the PathOccurrence has a non-null sub
path. |
void |
setCombinedPathOccurrenceVector(Vector a_CombinedPathOccurrenceVector)
Sets the value of the attribute: COMBINED_PATH_OCCURRENCE_VECTOR. |
void |
setContext(PathOccurrenceMasterContext a_Context)
Sets the object for the association that plays role: CONTEXT. |
void |
setContextReference(ObjectReference a_ContextReference)
Sets the value of the attribute: CONTEXT_REFERENCE. |
void |
setPathName(String a_PathName)
Sets the value of the attribute: PATH_NAME. |
void |
setSubPath(PathOccurrence a_SubPath)
Sets the object for the association that plays role: SUB_PATH. |
void |
setSubPathReference(ObjectReference a_SubPathReference)
Sets the value of the attribute: SUB_PATH_REFERENCE. |
void |
setUses(UsesOccurrence a_Uses)
Sets the value of the attribute: USES. |
void |
setUsesName(String a_UsesName)
Sets the value of the attribute: USES_NAME. |
void |
setUsesReference(UsesOccurrenceReference a_UsesReference)
Sets the object for the association that plays role: USES_REFERENCE. |
Methods inherited from interface wt.occurrence.Occurrence |
getName, getOccurrenceDataVector, setName, setOccurrenceDataVector |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String COMBINED_PATH_OCCURRENCE_VECTOR
Vector
can be populated with
CombinedPathOccurrence
that is associated to a parent PathOccurrence
.
public static final String USES
UsesOccurrence
that was used to retrieve the PathOccurrence
.
This is necessary since the PathOccurrence
only has a UsesOccurrenceReference
, which could refer to more than one UsesOccurrence
.
public static final String USES_NAME
public static final String PATH_NAME
public static final String SUB_PATH
public static final String SUB_PATH_REFERENCE
public static final String CONTEXT
public static final String CONTEXT_REFERENCE
public static final String USES_REFERENCE
Method Detail |
public Vector getCombinedPathOccurrenceVector()
Vector
can be populated with CombinedPathOccurrence
that is associated to a parent PathOccurrence
.
public void setCombinedPathOccurrenceVector(Vector a_CombinedPathOccurrenceVector) throws WTPropertyVetoException
Vector
can be populated with CombinedPathOccurrence
that is associated to a parent PathOccurrence
.
a_CombinedPathOccurrenceVector
-
WTPropertyVetoException
public UsesOccurrence getUses()
UsesOccurrence
that was
used to retrieve the PathOccurrence
. This is necessary since
the PathOccurrence
only has a UsesOccurrenceReference
,
which could refer to more than one UsesOccurrence
.
public void setUses(UsesOccurrence a_Uses) throws WTPropertyVetoException
UsesOccurrence
that was
used to retrieve the PathOccurrence
. This is necessary since
the PathOccurrence
only has a UsesOccurrenceReference
,
which could refer to more than one UsesOccurrence
.
a_Uses
-
WTPropertyVetoException
public String getUsesName()
public void setUsesName(String a_UsesName) throws WTPropertyVetoException
a_UsesName
-
WTPropertyVetoException
public String getPathName()
public void setPathName(String a_PathName) throws WTPropertyVetoException
a_PathName
-
WTPropertyVetoException
public PathOccurrence getSubPath()
public void setSubPath(PathOccurrence a_SubPath) throws WTPropertyVetoException, WTException
a_SubPath
-
WTPropertyVetoException
WTException
public ObjectReference getSubPathReference()
public void setSubPathReference(ObjectReference a_SubPathReference) throws WTPropertyVetoException
a_SubPathReference
-
WTPropertyVetoException
public PathOccurrenceMasterContext getContext()
getContext
in interface PathParentableOccurrence
public void setContext(PathOccurrenceMasterContext a_Context) throws WTPropertyVetoException, WTException
a_Context
-
WTPropertyVetoException
WTException
public ObjectReference getContextReference()
public void setContextReference(ObjectReference a_ContextReference) throws WTPropertyVetoException
a_ContextReference
-
WTPropertyVetoException
public UsesOccurrenceReference getUsesReference()
public void setUsesReference(UsesOccurrenceReference a_UsesReference) throws WTPropertyVetoException
a_UsesReference
-
WTPropertyVetoException
public boolean hasSubPath()
PathOccurrence
has a non-null sub
path.
public Vector getPathList()
Vector
of the PathOccurrence
objects
that make up this path. A root node in a path structure could just
return itself in a list of length 1.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |