Uses of Class
org.put.semintec.core.Atom

Packages that use Atom
org.put.semintec.mining.association   
org.put.semintec.mining.datastructures   
 

Uses of Atom in org.put.semintec.mining.association
 

Methods in org.put.semintec.mining.association with parameters of type Atom
 java.util.ArrayList Pattern.computeUndistinguishedVariablesSharedWith(Atom a)
           
 java.util.ArrayList Pattern.determineVariablesConnectedToLastAtom(Atom lastAtom)
          Determines, according to principles of SMARTCALL transformation, bindings of what variables will be affected by adding new atom (except the reference variable)
 Pattern Pattern.refine(Atom a)
          Refines pattern by adding an atom to it
 

Uses of Atom in org.put.semintec.mining.datastructures
 

Methods in org.put.semintec.mining.datastructures that return Atom
 Atom Node.getAtom()
          Getter of the property atom
 

Methods in org.put.semintec.mining.datastructures with parameters of type Atom
 void Node.setAtom(Atom atom)
          Setter of the property atom