owltools.gaf.lego
Class NetworkInferenceEngine.InstanceNode

java.lang.Object
  extended by owltools.gaf.lego.NetworkInferenceEngine.InstanceNode
Direct Known Subclasses:
NetworkInferenceEngine.Activity, NetworkInferenceEngine.Process
Enclosing class:
NetworkInferenceEngine

public abstract class NetworkInferenceEngine.InstanceNode
extends Object


Field Summary
 String label
           
 Set<org.semanticweb.owlapi.model.OWLClass> locations
           
 int numParents
           
 org.semanticweb.owlapi.model.OWLIndividual owlObject
           
 org.semanticweb.owlapi.model.OWLClassExpression typeOf
           
 
Constructor Summary
NetworkInferenceEngine.InstanceNode()
           
 
Method Summary
 void setLocation(org.semanticweb.owlapi.model.OWLClass c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owlObject

public org.semanticweb.owlapi.model.OWLIndividual owlObject

typeOf

public org.semanticweb.owlapi.model.OWLClassExpression typeOf

locations

public Set<org.semanticweb.owlapi.model.OWLClass> locations

label

public String label

numParents

public int numParents
Constructor Detail

NetworkInferenceEngine.InstanceNode

public NetworkInferenceEngine.InstanceNode()
Method Detail

setLocation

public void setLocation(org.semanticweb.owlapi.model.OWLClass c)


Copyright © 2010-2014. All Rights Reserved.