Uses of Class
visidia.rule.RuleVector

Packages that use RuleVector
visidia.rule   
 

Uses of RuleVector in visidia.rule
 

Fields in visidia.rule declared as RuleVector
protected  RuleVector Rule.forbContexts
           
protected  RuleVector Star.neighborhood
           
protected  RuleVector RelabelingSystem.rules
           
 

Methods in visidia.rule that return RuleVector
 RuleVector RuleVector.cloneRules()
          clones the vector, all elements should be vectors. no verification is done.
 RuleVector Rule.forbContexts()
          return the RuleVector of forbidden contexts.
 RuleVector Star.neighbourhood()
           
 

Constructors in visidia.rule with parameters of type RuleVector
Rule(Star b, Star a, RuleVector fc)