Uses of Class
net.sf.jdmf.data.operators.LogicalOperator

Packages that use LogicalOperator
net.sf.jdmf.data.operators   
net.sf.jdmf.data.output   
 

Uses of LogicalOperator in net.sf.jdmf.data.operators
 

Methods in net.sf.jdmf.data.operators that return LogicalOperator
static LogicalOperator LogicalOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperator[] LogicalOperator.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of LogicalOperator in net.sf.jdmf.data.output
 

Methods in net.sf.jdmf.data.output that return LogicalOperator
 LogicalOperator RuleElement.getLogicalOperator()
           
 

Methods in net.sf.jdmf.data.output with parameters of type LogicalOperator
 void RuleElement.setLogicalOperator(LogicalOperator logicalOperator)
           
 

Constructors in net.sf.jdmf.data.output with parameters of type LogicalOperator
RuleElement(Item item, LogicalOperator logicalOperator)