Package openllet.core.rules.model
Class DataRangeAtom
- java.lang.Object
-
- openllet.core.rules.model.RuleAtomImpl<openllet.aterm.ATermAppl>
-
- openllet.core.rules.model.UnaryAtom<AtomDObject>
-
- openllet.core.rules.model.DataRangeAtom
-
- All Implemented Interfaces:
RuleAtom
public class DataRangeAtom extends UnaryAtom<AtomDObject>
Title: Data Range Atom
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
-
-
Constructor Summary
Constructors Constructor Description DataRangeAtom(openllet.aterm.ATermAppl predicate, AtomDObject argument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(RuleAtomVisitor visitor)-
Methods inherited from class openllet.core.rules.model.UnaryAtom
getAllArguments, getArgument, toString
-
Methods inherited from class openllet.core.rules.model.RuleAtomImpl
equals, getPredicate, hashCode
-
-
-
-
Constructor Detail
-
DataRangeAtom
public DataRangeAtom(openllet.aterm.ATermAppl predicate, AtomDObject argument)
-
-
Method Detail
-
accept
public void accept(RuleAtomVisitor visitor)
- Specified by:
acceptin interfaceRuleAtom- Specified by:
acceptin classRuleAtomImpl<openllet.aterm.ATermAppl>
-
-