org.biomage.tools.helpers
Class OntologyHelper.InstanceInformation

java.lang.Object
  extended by org.biomage.tools.helpers.OntologyHelper.InstanceInformation
Enclosing class:
OntologyHelper

public class OntologyHelper.InstanceInformation
extends java.lang.Object


Field Summary
 OntologyHelper.ClassInformation classInfo
           
 java.lang.String className
           
 java.lang.String name
           
 
Constructor Summary
OntologyHelper.InstanceInformation(java.lang.String _name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

className

public java.lang.String className

classInfo

public OntologyHelper.ClassInformation classInfo
Constructor Detail

OntologyHelper.InstanceInformation

public OntologyHelper.InstanceInformation(java.lang.String _name)