|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PathOccurrence
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 |
PATH_NAME
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. |
| Method Summary | |
|---|---|
Vector |
getCombinedPathOccurrenceVector()
Gets the value of the attribute: COMBINED_PATH_OCCURRENCE_VECTOR. |
Vector |
getPathList()
Returns a Vector of the PathOccurrence objects
that make up this path. |
String |
getPathName()
Gets the value of the attribute: PATH_NAME. |
UsesOccurrence |
getUses()
Gets the value of the attribute: USES. |
String |
getUsesName()
Gets the value of the attribute: USES_NAME. |
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 |
setPathName(String a_PathName)
Sets the value of the attribute: PATH_NAME. |
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. |
| Field Detail |
|---|
static final String COMBINED_PATH_OCCURRENCE_VECTOR
Vector can be populated with
CombinedPathOccurrence that is associated to a parent PathOccurrence.
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.
static final String USES_NAME
static final String PATH_NAME
| Method Detail |
|---|
Vector getCombinedPathOccurrenceVector()
Vector can be populated with CombinedPathOccurrence
that is associated to a parent PathOccurrence.
void setCombinedPathOccurrenceVector(Vector a_CombinedPathOccurrenceVector)
throws WTPropertyVetoException
Vector can be populated with CombinedPathOccurrence
that is associated to a parent PathOccurrence.
a_CombinedPathOccurrenceVector -
WTPropertyVetoExceptionUsesOccurrence 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.
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 -
WTPropertyVetoExceptionString getUsesName()
void setUsesName(String a_UsesName)
throws WTPropertyVetoException
a_UsesName -
WTPropertyVetoExceptionString getPathName()
void setPathName(String a_PathName)
throws WTPropertyVetoException
a_PathName -
WTPropertyVetoExceptionboolean hasSubPath()
PathOccurrence has a non-null sub
path.
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 | ||||||||