Uses of Class
org.syphr.prom.Reference

Uses of Reference in org.syphr.prom
 

Methods in org.syphr.prom that return Reference
 Reference ManagedProperty.referenceAt(int position)
           
 Reference DefaultEvaluator.referenceAt(String rawValue, int position, Retriever retriever)
           
 Reference Evaluator.referenceAt(String rawValue, int position, Retriever retriever)
          Retrieve the reference at the specified location, if one exists.
 Reference PropertiesManager.referenceAt(T property, int position)
          Determine whether or not a reference to another property exists in 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> DefaultEvaluator.getReferences(String rawValue, Retriever retriever)
           
 List<Reference> Evaluator.getReferences(String rawValue, Retriever retriever)
          Get a list of references contained within the given raw value.
 

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



Copyright © 2010 syphr.org. All Rights Reserved.