org.dllearner.tools.protege
Class IndividualObject

java.lang.Object
  extended by org.dllearner.tools.protege.IndividualObject

public class IndividualObject
extends Object

This Class handles the manchester String, the normal string and if the Individual is a positive Individual.

Author:
Christian Koetteritzsch

Constructor Summary
IndividualObject(String normal, boolean pos)
          Constructor for the IndividualObject.
 
Method Summary
 String getIndividualString()
          This method returns the String of the Individual.
 boolean isPositiveExample()
          This method returns if the Example is a positive Example.
 void setExamplePositive(boolean pos)
          This method sets the example positive or negative if changed to the other list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndividualObject

public IndividualObject(String normal,
                        boolean pos)
Constructor for the IndividualObject.

Parameters:
normal - String
pos - boolean
Method Detail

getIndividualString

public String getIndividualString()
This method returns the String of the Individual.

Returns:
String normalIndividual

isPositiveExample

public boolean isPositiveExample()
This method returns if the Example is a positive Example.

Returns:
boolean isPos

setExamplePositive

public void setExamplePositive(boolean pos)
This method sets the example positive or negative if changed to the other list.

Parameters:
pos - boolean


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann