Uses of Class
org.topbraid.spin.system.MagicPropertyPolicy.Policy

Packages that use MagicPropertyPolicy.Policy
org.topbraid.spin.system Core factories and registries for SPIN. 
 

Uses of MagicPropertyPolicy.Policy in org.topbraid.spin.system
 

Methods in org.topbraid.spin.system that return MagicPropertyPolicy.Policy
 MagicPropertyPolicy.Policy MagicPropertyPolicy.getPolicy(java.lang.String functionURI, Graph graph, Node matchSubject, Node matchObject)
          Checks whether a given magic property call should return asserted triples, dynamically computed query results, or both for a given subject/object combination.
static MagicPropertyPolicy.Policy MagicPropertyPolicy.Policy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MagicPropertyPolicy.Policy[] MagicPropertyPolicy.Policy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.