issrg.editor2.ontology
Class PolicyOntology

java.lang.Object
  extended by issrg.editor2.ontology.PolicyOntology

public class PolicyOntology
extends java.lang.Object


Field Summary
static java.lang.String ACTION_CLASS
           
static java.lang.String ADMINISTRATOR_CLASS
           
static java.lang.String DEFAULT_NAMESPACE
           
protected  Ontology ontology
           
static java.lang.String PARAMETER_CLASS
           
static java.lang.String PERMISSION_CLASS
           
static java.lang.String POLICY_CLASS
           
static java.lang.String RA_PERMISSION_CLASS
           
static java.lang.String RESOURCE_CLASS
           
static java.lang.String ROLE_CLASS
           
static java.lang.String ROOT_CLASS
           
static java.lang.String USER_CLASS
           
 
Constructor Summary
PolicyOntology(Ontology ontologyModel)
           
 
Method Summary
 OntologyClass getOntologyClass(java.lang.String className)
           
 OntologyInstance getOntologyInstance(java.lang.String instanceName)
           
 Ontology getOWLModel()
           
 void setOWLModel(Ontology ontologyModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAMESPACE

public static final java.lang.String DEFAULT_NAMESPACE
See Also:
Constant Field Values

ROOT_CLASS

public static final java.lang.String ROOT_CLASS
See Also:
Constant Field Values

POLICY_CLASS

public static final java.lang.String POLICY_CLASS
See Also:
Constant Field Values

ACTION_CLASS

public static final java.lang.String ACTION_CLASS
See Also:
Constant Field Values

ADMINISTRATOR_CLASS

public static final java.lang.String ADMINISTRATOR_CLASS
See Also:
Constant Field Values

PARAMETER_CLASS

public static final java.lang.String PARAMETER_CLASS
See Also:
Constant Field Values

PERMISSION_CLASS

public static final java.lang.String PERMISSION_CLASS
See Also:
Constant Field Values

RA_PERMISSION_CLASS

public static final java.lang.String RA_PERMISSION_CLASS
See Also:
Constant Field Values

RESOURCE_CLASS

public static final java.lang.String RESOURCE_CLASS
See Also:
Constant Field Values

ROLE_CLASS

public static final java.lang.String ROLE_CLASS
See Also:
Constant Field Values

USER_CLASS

public static final java.lang.String USER_CLASS
See Also:
Constant Field Values

ontology

protected Ontology ontology
Constructor Detail

PolicyOntology

public PolicyOntology(Ontology ontologyModel)
Method Detail

getOWLModel

public Ontology getOWLModel()

setOWLModel

public void setOWLModel(Ontology ontologyModel)

getOntologyClass

public OntologyClass getOntologyClass(java.lang.String className)

getOntologyInstance

public OntologyInstance getOntologyInstance(java.lang.String instanceName)