public abstract class BinaryAtom<P,A extends AtomObject,B extends AtomObject> extends RuleAtomImpl<P>
Title: Property Atom
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
BinaryAtom(P predicate,
A argument1,
B argument2) |
| Modifier and Type | Method and Description |
|---|---|
List<AtomObject> |
getAllArguments()
Return all arguments (constants and variables) to the rule atom.
|
A |
getArgument1() |
B |
getArgument2() |
accept, equals, getPredicate, hashCodepublic List<AtomObject> getAllArguments()
RuleAtomgetAllArguments in interface RuleAtomgetAllArguments in class RuleAtomImpl<P>public A getArgument1()
public B getArgument2()
Copyright © 2019. All rights reserved.