|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellet.rules.VariableUtils
public class VariableUtils
Title: Variable Utilities
Description: Collection of utilities for dealing with variables
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
VariableUtils()
|
Method Summary | |
---|---|
static java.util.Collection<AtomDVariable> |
getDVars(RuleAtom atom)
Static convenience function to return the instance variables used in the given atom. |
static java.util.Collection<AtomIVariable> |
getIVars(RuleAtom atom)
Static convenience function to return the instance variables used in the given atom. |
static java.util.Collection<AtomVariable> |
getVars(RuleAtom atom)
Static convenience function to return the variables used in the given atom. |
static boolean |
isVariable(AtomObject obj)
Returns true if atom object is a variable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableUtils()
Method Detail |
---|
public static java.util.Collection<AtomDVariable> getDVars(RuleAtom atom)
public static java.util.Collection<AtomIVariable> getIVars(RuleAtom atom)
public static java.util.Collection<AtomVariable> getVars(RuleAtom atom)
public static boolean isVariable(AtomObject obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |