org.put.semintec
Class KnowledgeBase

java.lang.Object
  extended by org.put.semintec.KnowledgeBase

public class KnowledgeBase
extends java.lang.Object

Represents a knowledge base on which mining algorithm is run.

Author:
Agnieszka Lawrynowicz

Constructor Summary
KnowledgeBase()
           
 
Method Summary
 KnowledgeBase copy(boolean includeABox)
          Makes a copy of a given knowledge base.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeBase

public KnowledgeBase()
Method Detail

copy

public KnowledgeBase copy(boolean includeABox)
Makes a copy of a given knowledge base.

Parameters:
includeABox - True if a TBox and ABox should be copied, false if only a TBox should be copied.
Returns:
A copy of a given knowledge base.