Uses of Class
org.pelds.rules.RuleAtom

Packages that use RuleAtom
org.pelds.rules   
 

Uses of RuleAtom in org.pelds.rules
 

Methods in org.pelds.rules that return types with arguments of type RuleAtom
 java.util.ArrayList<RuleAtom> Rule.getAntAtoms()
           
 java.util.ArrayList<RuleAtom> Rule.getConAtoms()
           
 

Methods in org.pelds.rules with parameters of type RuleAtom
 void Rule.addAntAtom(RuleAtom arg)
           
 void Rule.addConAtom(RuleAtom arg)
           
 

Method parameters in org.pelds.rules with type arguments of type RuleAtom
 void Rule.setAntAtoms(java.util.ArrayList<RuleAtom> antAtoms)
           
 void Rule.setConAtoms(java.util.ArrayList<RuleAtom> conAtoms)