|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomVariable | |
---|---|
com.clarkparsia.pellet.rules | |
com.clarkparsia.pellet.rules.model |
Uses of AtomVariable in com.clarkparsia.pellet.rules |
---|
Methods in com.clarkparsia.pellet.rules that return types with arguments of type AtomVariable | |
---|---|
java.util.Set<java.util.Map.Entry<? extends AtomVariable,? extends Node>> |
VariableBinding.entrySet()
|
java.util.Collection<? extends AtomVariable> |
BindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
Returns a set of variables which this binding helper can bind. |
java.util.Collection<AtomVariable> |
DataRangeBindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<? extends AtomVariable> |
BindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
Returns a set of variables which must be bound before this helper can generate bindings. |
java.util.Collection<AtomVariable> |
DataRangeBindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
|
static java.util.Collection<AtomVariable> |
VariableUtils.getVars(RuleAtom atom)
Static convenience function to return the variables used in the given atom. |
Method parameters in com.clarkparsia.pellet.rules with type arguments of type AtomVariable | |
---|---|
java.util.Collection<? extends AtomVariable> |
BindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
Returns a set of variables which this binding helper can bind. |
java.util.Collection<AtomVariable> |
DataRangeBindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<AtomIVariable> |
ObjectVariableBindingHelper.getBindableVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<? extends AtomVariable> |
BindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
Returns a set of variables which must be bound before this helper can generate bindings. |
java.util.Collection<AtomVariable> |
DataRangeBindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<AtomVariable> |
DatavaluePropertyBindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
|
java.util.Collection<AtomIVariable> |
ObjectVariableBindingHelper.getPrerequisiteVars(java.util.Collection<AtomVariable> bound)
|
Uses of AtomVariable in com.clarkparsia.pellet.rules.model |
---|
Subclasses of AtomVariable in com.clarkparsia.pellet.rules.model | |
---|---|
class |
AtomDVariable
Title: Atom Data Variable |
class |
AtomIVariable
Title: Atom Instance Variable |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |