|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLPTerm
let constants, variables and lists of mix(variable, constants, comparative operator, arithmetic operator) like a term to act.
Method Summary | |
---|---|
java.lang.String |
getName()
get variable or constant or operator back |
boolean |
isArithOP()
if this is arithmetic operator or not |
boolean |
isCompOP()
if this is comparative operator or not |
boolean |
isOperator()
if this is operator or not |
Method Detail |
---|
java.lang.String getName()
boolean isOperator()
boolean isArithOP()
boolean isCompOP()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |