|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.model.Proposition
public class Proposition
BEAN : information about current proposition.
| Constructor Summary | |
|---|---|
Proposition()
instantiate the object. |
|
| Method Summary | |
|---|---|
int |
getLocationPredicate()
return the location of predicate. |
int |
getLocationSubject()
return the location of subject. |
boolean |
isPredicate()
is predicate ? |
boolean |
isSubject()
is subject ? |
void |
setLocationPredicate(int locationPredicate)
fix the location of predicate. |
void |
setLocationSubject(int locationSubject)
fix the location of subject. |
void |
setPredicate(boolean predicate)
fix if predicate. |
void |
setSubject(boolean subject)
fix if subject. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Proposition()
instantiate the object.
| Method Detail |
|---|
public boolean isSubject()
is subject ?
public void setSubject(boolean subject)
fix if subject.
subject - true /falsepublic int getLocationSubject()
return the location of subject.
public void setLocationSubject(int locationSubject)
fix the location of subject.
locationSubject - location of subjectpublic boolean isPredicate()
is predicate ?
public void setPredicate(boolean predicate)
fix if predicate.
predicate - true /falsepublic int getLocationPredicate()
return the location of predicate.
public void setLocationPredicate(int locationPredicate)
fix the location of predicate.
locationPredicate - location of predicate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||