- addFunction(String, ExternalFunction) - Method in class org.linqs.psl.java.PSLModel
-
Add an external function to the model.
- addPredicate(String, ConstantType...) - Method in class org.linqs.psl.java.PSLModel
-
Add a standard predicate to the model.
- addRule(String) - Method in class org.linqs.psl.java.PSLModel
-
Add a rule that is fully specified in string form.
- addRule(String, boolean, float, boolean) - Method in class org.linqs.psl.java.PSLModel
-
Add a rule that has the body in string form, but the additional traits (weight/squared) unspecified.
- addRules(String) - Method in class org.linqs.psl.java.PSLModel
-
Alternative interface to addRules().
- addRules(Reader) - Method in class org.linqs.psl.java.PSLModel
-
Add all the rules from a reader.
- addUnweightedRule(String) - Method in class org.linqs.psl.java.PSLModel
-
Add an unweighted rule.
- addWeightedRule(String, float, boolean) - Method in class org.linqs.psl.java.PSLModel
-
Add a weighted rule that has the body in string form, but the additional traits (weight/squared) not in the string.
- atoms - Variable in class org.linqs.psl.runtime.GroundingAPI.GroundRuleInfo
-