public interface RuleAtom
Title: Rule Atom
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RuleAtomVisitor visitor) |
List<? extends AtomObject> |
getAllArguments()
Return all arguments (constants and variables) to the rule atom.
|
Object |
getPredicate()
Return the predicate for the rule atom.
|
void accept(RuleAtomVisitor visitor)
List<? extends AtomObject> getAllArguments()
Object getPredicate()
Copyright © 2019. All rights reserved.