|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellet.datatypes.DNF
public class DNF
Title: Disjunction Normal Form
Description: Static implementation to translate ATermAppl descriptions of complex data ranges to disjunction normal form
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
DNF()
|
Method Summary | |
---|---|
static aterm.ATermAppl |
dnf(aterm.ATermAppl term)
Get disjunctive normal form for an expression |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DNF()
Method Detail |
---|
public static aterm.ATermAppl dnf(aterm.ATermAppl term)
term
- The expression
term
in DNF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |