de.tudresden.inf.lat.jcel.ontology.normalization
Interface NormalizationRule


public interface NormalizationRule

This interface is implemented by normalization rules. A normalization rule transforms a non-normalized axiom into one or more normalized axioms.

Author:
Julian Mendez

Method Summary
 Set<de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerAxiom> apply(de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerAxiom axiom)
          Applies the normalization rule to a specified axiom.
 

Method Detail

apply

Set<de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerAxiom> apply(de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerAxiom axiom)
Applies the normalization rule to a specified axiom.

Parameters:
axiom - axiom to be processed
Returns:
the set of axioms after the application of the normalization rule


Copyright © 2012. All Rights Reserved.