issrg.editor2.ontology
Class PermissionInstance

java.lang.Object
  extended by issrg.editor2.ontology.OntologyInstance
      extended by issrg.editor2.ontology.PermissionInstance
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
RAPermissionInstance

public class PermissionInstance
extends OntologyInstance


Field Summary
static java.lang.String ACTION_PROPERTY
           
static java.lang.String RESOURCE_PROPERTY
           
 
Fields inherited from class issrg.editor2.ontology.OntologyInstance
oInstance
 
Constructor Summary
protected PermissionInstance(OInstance instance)
           
 
Method Summary
 ActionInstance getAction()
           
 ResourceInstance getResource()
           
 
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

RESOURCE_PROPERTY

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

PermissionInstance

protected PermissionInstance(OInstance instance)
Method Detail

getAction

public ActionInstance getAction()

getResource

public ResourceInstance getResource()