AMETASx.data.htype
Class CGOntologySet

java.lang.Object
  extended byAMETASx.data.htype.CGOntologySet
All Implemented Interfaces:
KnowledgeBase

public class CGOntologySet
extends java.lang.Object
implements KnowledgeBase

Beinhaltet die für Konzeptgraphenvergleiche notwendigen Ontologien.


Constructor Summary
CGOntologySet(java.lang.String sName, Ontology ontConcepts, Ontology ontRelations)
          Konstruktor für diese Wissensbasis.
 
Method Summary
 java.lang.String getName()
          Liefert die Bezeichnung dieser Wissensbasis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGOntologySet

public CGOntologySet(java.lang.String sName,
                     Ontology ontConcepts,
                     Ontology ontRelations)
Konstruktor für diese Wissensbasis.

Parameters:
sName - Bezeichnung.
ontConcepts - Konzeptontologie.
ontRelations - Relationsontologie.
Method Detail

getName

public java.lang.String getName()
Liefert die Bezeichnung dieser Wissensbasis.

Specified by:
getName in interface KnowledgeBase
Returns:
Name der Wissensbasis.