4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo Class Reference

Class for additional information about AnnotType. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo:
Collaboration graph

Public Member Functions

 AnnotTypeInfo (String originUri, String correctedUri, OWLClass owlClass, boolean wasObject, boolean wasAnonymous)
 
 AnnotTypeInfo (String originUri, String correctedUri, OWLClass owlClass)
 
 AnnotTypeInfo (String originUri, OWLClass owlClass)
 

Public Attributes

String originUri
 
String correctedUri
 
boolean wasObject
 
boolean wasAnonymous
 
OWLClass owlClass
 
Set< String > disjointWithSet
 

Detailed Description

Class for additional information about AnnotType.

Class for additional information about AnnotType.

Author
Marek Kopecky

Definition at line 175 of file UploadOntology.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.AnnotTypeInfo ( String  originUri,
String  correctedUri,
OWLClass  owlClass,
boolean  wasObject,
boolean  wasAnonymous 
)

Construtor

Parameters
originUriURI of type origin
correctedUriCorrected URI
owlClassOWL class
wasObjectTrue, if it was object (individual), false otherwise
wasAnonymousTrue, if it was oanonymous class, false otherwise

Definition at line 199 of file UploadOntology.java.

cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.AnnotTypeInfo ( String  originUri,
String  correctedUri,
OWLClass  owlClass 
)

Constructor

Parameters
originUriURI of type origin
correctedUriCorrected URI
owlClassOWL class

Definition at line 215 of file UploadOntology.java.

cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.AnnotTypeInfo ( String  originUri,
OWLClass  owlClass 
)

Constructor

Parameters
originUriURI of type origin
owlClassOWL class

Definition at line 225 of file UploadOntology.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.correctedUri

Corrected URI

Definition at line 180 of file UploadOntology.java.

Set<String> cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.disjointWithSet

Set of disjoint ones

Definition at line 188 of file UploadOntology.java.

String cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.originUri

URI of type origin

Definition at line 178 of file UploadOntology.java.

OWLClass cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.owlClass

Class in OWL

Definition at line 186 of file UploadOntology.java.

boolean cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.wasAnonymous

Was it anonymous class?

Definition at line 184 of file UploadOntology.java.

boolean cz.vutbr.fit.knot.annotations.web.UploadOntology.AnnotTypeInfo.wasObject

Was it object (individual)?

Definition at line 182 of file UploadOntology.java.


The documentation for this class was generated from the following file: