issrg.editor2.ontology
Class ResourceInstance

java.lang.Object
  extended by issrg.editor2.ontology.OntologyInstance
      extended by issrg.editor2.ontology.ResourceInstance
All Implemented Interfaces:
java.lang.Comparable

public class ResourceInstance
extends OntologyInstance


Field Summary
static java.lang.String ACTION_PROPERTY
           
 
Fields inherited from class issrg.editor2.ontology.OntologyInstance
oInstance
 
Constructor Summary
protected ResourceInstance(OInstance instance)
           
 
Method Summary
 java.util.Collection<ActionInstance> getActions()
           
 java.lang.String[] getExcludeDNs()
           
 java.lang.String[] getIncludeDNs()
           
 
Methods inherited from class issrg.editor2.ontology.OntologyInstance
compareTo, equals, getDatatypePropertyValue, getDatatypePropertyValues, getName, getObjectPropertyValue, getObjectPropertyValues, getOntologyClass, getOntologyInstanceOf, getPropertyValue, getPropertyValues, hashCode, isGenericInstance, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTION_PROPERTY

public static final java.lang.String ACTION_PROPERTY
See Also:
Constant Field Values
Constructor Detail

ResourceInstance

protected ResourceInstance(OInstance instance)
Method Detail

getIncludeDNs

public java.lang.String[] getIncludeDNs()

getExcludeDNs

public java.lang.String[] getExcludeDNs()

getActions

public java.util.Collection<ActionInstance> getActions()