|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.uniroma2.art.coda.structures.PreviousDecisions
public class PreviousDecisions
This Class contains the previous decision (suggestion and added triple) regarding the previous analyzed annotation
| Constructor Summary | |
|---|---|
PreviousDecisions()
|
|
| Method Summary | |
|---|---|
void |
addPrevDecSingleElem(PreviousDecisionSingleElement prevDecSingleElem)
Add a PreviousDecisionSingleElement to the list of previous decision |
void |
clearAllPrevDec()
Clear all the previous decision stored up to now |
java.util.List<PreviousDecisionSingleElement> |
getPrevDecSingleElemList()
Get the list of previous decision |
int |
getTotNumPrevDec()
Get the number of decision stored in this instance |
void |
setMaxPrevDev(int maxPrevDev)
Set the maximum number of previous decision to be stored |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreviousDecisions()
| Method Detail |
|---|
public void setMaxPrevDev(int maxPrevDev)
maxPrevDev - the maximum number of previous decision to be storedpublic void clearAllPrevDec()
public void addPrevDecSingleElem(PreviousDecisionSingleElement prevDecSingleElem)
prevDecSingleElem - the PreviousDecisionSingleElement to be added to the listpublic java.util.List<PreviousDecisionSingleElement> getPrevDecSingleElemList()
public int getTotNumPrevDec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||