|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.tools.protege.IndividualObject
public class IndividualObject
This Class handles the manchester String, the normal string and if the Individual is a positive Individual.
| 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 |
|---|
public IndividualObject(String normal,
boolean pos)
normal - Stringpos - boolean| Method Detail |
|---|
public String getIndividualString()
public boolean isPositiveExample()
public void setExamplePositive(boolean pos)
pos - boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||