Package openllet.core.rules.model
Class DatavaluedPropertyAtom
- java.lang.Object
-
- openllet.core.rules.model.RuleAtomImpl<P>
-
- openllet.core.rules.model.BinaryAtom<openllet.aterm.ATermAppl,AtomIObject,AtomDObject>
-
- openllet.core.rules.model.DatavaluedPropertyAtom
-
- All Implemented Interfaces:
RuleAtom
public class DatavaluedPropertyAtom extends BinaryAtom<openllet.aterm.ATermAppl,AtomIObject,AtomDObject>
Title: Datavalued Property Atom
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
-
-
Constructor Summary
Constructors Constructor Description DatavaluedPropertyAtom(openllet.aterm.ATermAppl predicate, AtomIObject subject, AtomDObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(RuleAtomVisitor visitor)java.lang.StringtoString()-
Methods inherited from class openllet.core.rules.model.BinaryAtom
getAllArguments, getArgument1, getArgument2
-
Methods inherited from class openllet.core.rules.model.RuleAtomImpl
equals, getPredicate, hashCode
-
-
-
-
Constructor Detail
-
DatavaluedPropertyAtom
public DatavaluedPropertyAtom(openllet.aterm.ATermAppl predicate, AtomIObject subject, AtomDObject object)
-
-
Method Detail
-
accept
public void accept(RuleAtomVisitor visitor)
- Specified by:
acceptin interfaceRuleAtom- Specified by:
acceptin classRuleAtomImpl<openllet.aterm.ATermAppl>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-