Uses of Class
story.scheherazade.prologuer.LogicOperator

Packages that use LogicOperator
story.scheherazade.prologuer   
 

Uses of LogicOperator in story.scheherazade.prologuer
 

Fields in story.scheherazade.prologuer declared as LogicOperator
static LogicOperator LogicOperator.And
           
static LogicOperator LogicOperator.Or
           
 

Methods in story.scheherazade.prologuer that return LogicOperator
static LogicOperator LogicOperator.get(int number)
          Return the corresponding LogicOperator for the given number.
static LogicOperator LogicOperator.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 LogicOperator SyntaxRestrictions.getOperator()
           
 LogicOperator SelectionRestrictions.getOperator()
           
 



Copyright © 2011 David K. Elson. All Rights Reserved.