|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpe.pase.ProLinkTerm
public class ProLinkTerm
The class holds the information of process link.
| Constructor Summary | |
|---|---|
ProLinkTerm(java.lang.String id)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addArtState(PASEartState state)
Add the artifact state |
java.lang.Object |
clone()
Create a copy of the ProLinkTerm object |
java.util.Vector |
getArtStateList()
Get the artifact state list |
java.lang.String |
getID()
Get the conjunction id |
java.lang.String |
getLinkCondition()
Get the link condition |
java.lang.String |
getProjectID()
Get the project id |
boolean |
removeArtState(PASEartState state)
Remove the artifact state |
void |
setArtStateList(java.util.Vector prList)
Set the artifact state list |
void |
setID(java.lang.String id)
Set the conjunction id |
void |
setLinkCondition(java.lang.String cond)
Set the link condition |
void |
setProjectID(java.lang.String id)
Set the project id |
java.lang.String |
toString()
Return a string representation of the ProLinkTerm |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProLinkTerm(java.lang.String id)
ProLinkTerm with the specified conjunction id.
id - the given conjunction id| Method Detail |
|---|
public void addArtState(PASEartState state)
state - the given artifact statePASEStatepublic java.lang.Object clone()
ProLinkTerm object
clone in class java.lang.ObjectProLinkTerm objectpublic java.util.Vector getArtStateList()
Vector is instance of PASEState)PASEStatepublic java.lang.String getID()
public java.lang.String getLinkCondition()
public java.lang.String getProjectID()
public boolean removeArtState(PASEartState state)
state - the given artifact statePASEStatepublic void setArtStateList(java.util.Vector prList)
prList - the given artifact state listpublic void setID(java.lang.String id)
id - the given conjunction idpublic void setLinkCondition(java.lang.String cond)
cond - the given conditionpublic void setProjectID(java.lang.String id)
id - the given project idpublic java.lang.String toString()
ProLinkTerm
toString in class java.lang.Object
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||