Uses of Class
org.syphr.prom.Reference

Uses of Reference in org.syphr.prom
 

Methods in org.syphr.prom that return Reference
 Reference PropertyManager.referenceAt(int position)
           
 Reference Evaluator.referenceAt(String rawValue, int position, Retriever retriever)
          Retrieve the reference at the specified location, if one exists.
 Reference DefaultEvaluator.referenceAt(String rawValue, int position, Retriever retriever)
           
 Reference PropertiesManager.referenceAt(T property, int position)
          Retrieve the reference to another property from within the value of the given property at the given position.
 

Methods in org.syphr.prom that return types with arguments of type Reference
 List<Reference> Reference.getReferences()
          Retrieve a list of sub-references contained within the value of this reference.
 List<Reference> Evaluator.getReferences(String rawValue, Retriever retriever)
          Get a list of references contained within the given raw value.
 List<Reference> DefaultEvaluator.getReferences(String rawValue, Retriever retriever)
           
 

Methods in org.syphr.prom with parameters of type Reference
 void Reference.addReference(Reference ref)
          Add a sub reference to this instance.
 



Copyright © 2010-2011 Gregory P. Moyer. All Rights Reserved.