Class NormalClause
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.NormalClause
- Direct Known Subclasses:
 DerivationRule,LogicConstraint
Implementation of a logic normal clause. Normal clauses might be LogicConstraints, or DerivationRules A NormalClause
 should be used, at most, in one LogicSchema.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NormalClause
 
 - 
 - 
Method Details
- 
getBody
- Returns:
 - an immutable list of literals that forms the body of this normal clause
 
 - 
isSafe
public abstract boolean isSafe() 
 -