|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Models specific occurrence of inference steps. This seperation between the inference step and its occurrence in a proof is made so that different occurrences of inference steps in the same proof can be seperately controlled.
| Method Summary | |
void |
addAntecedentNodeSetOccurrence(IWNodeSetOccur newAntecedentNode)
Adds the IWNodeSetOccur instance to the list of antecedents of the inference step occurrence |
void |
deleteAntecedentNodeSetOccurrence(long antId)
Deletes the nodeset occurrence corresponding to the id antId from the list of
antecedent node set occurrence of the current inference step occurrence. |
IWNodeSetOccur |
getAntecedentNodeSetOccurrence(java.lang.String inAntecedent)
Returns the IWNodeSetOccur instance corresponding to the antecedent with the URI inAntecedent |
java.util.List |
getAntecedentNodeSetOccurrences()
Returns a list of nodeset occurrence of the antecedents of the current inference step occurrence |
IWNodeSetOccur |
getConsequence()
PROBLEM |
void |
removeAntecedentNodeSetOccurrence(long antId)
Removes (without deleting) the nodeset occurrence corresponding to the id antId from the list of
antecedent node set occurrence of the current inference step occurrence. |
void |
setAntecedentNodeSetOccurrences(java.util.List newAntecedentNodes)
Sets the list of nodeset occurrence of the antecedents of the current inference step occurrence |
void |
setAntecedentNodeSetOccurrenceVisible(java.lang.String inAntecedent,
boolean visible)
Sets the visibility of the antecedent with the URI inAntecedent to the boolean
the value specified by visible |
void |
setAntecedentsNodeId(long[] currentId)
PROBLEM |
void |
setConsequence(IWNodeSetOccur _consequence)
PROBLEM |
| Method Detail |
public IWNodeSetOccur getConsequence()
public void setConsequence(IWNodeSetOccur _consequence)
public void setAntecedentsNodeId(long[] currentId)
public java.util.List getAntecedentNodeSetOccurrences()
public void setAntecedentNodeSetOccurrences(java.util.List newAntecedentNodes)
newAntecedentNodes - the new list of nodeset occurrence of the antecedents of the current inference step occurrencepublic IWNodeSetOccur getAntecedentNodeSetOccurrence(java.lang.String inAntecedent)
inAntecedent
inAntecedent
public void setAntecedentNodeSetOccurrenceVisible(java.lang.String inAntecedent,
boolean visible)
inAntecedent to the boolean
the value specified by visible
inAntecedent - the URI of the antecedent whose visibility is to be changedvisible - the new visibility flag for the nodeset occurrencespublic void addAntecedentNodeSetOccurrence(IWNodeSetOccur newAntecedentNode)
newAntecedentNode - an IWNodeset instance of the new antecedent of the inference step occurrencepublic void deleteAntecedentNodeSetOccurrence(long antId)
antId from the list of
antecedent node set occurrence of the current inference step occurrence.
antId - the id of the node set occurrence to be deletedpublic void removeAntecedentNodeSetOccurrence(long antId)
antId from the list of
antecedent node set occurrence of the current inference step occurrence.
antId - the id of the node set occurrence to be removed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||