org.openrdf.concepts.swrl
Interface Imp


public interface Imp

implication (rule)


Method Summary
 AtomList getSwrlBody()
          rule body (antecedent): List of Atom
 AtomList getSwrlHead()
          rule head (consequent): List of Atom
 void setSwrlBody(AtomList value)
          rule body (antecedent): List of Atom
 void setSwrlHead(AtomList value)
          rule head (consequent): List of Atom
 

Method Detail

getSwrlBody

AtomList getSwrlBody()
rule body (antecedent): List of Atom


setSwrlBody

void setSwrlBody(AtomList value)
rule body (antecedent): List of Atom


getSwrlHead

AtomList getSwrlHead()
rule head (consequent): List of Atom


setSwrlHead

void setSwrlHead(AtomList value)
rule head (consequent): List of Atom



Copyright © 2004-2008 Aduna. All Rights Reserved.