public interface GeneralFunction
Title: General Function
Description: Interface for built-ins that can bind arbitrary argument positions to a new value.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ABox abox,
Literal[] args)
Apply the function against a set of arguments.
|
boolean |
isApplicable(boolean[] boundPositions) |
Copyright © 2019. All rights reserved.