4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix Class Reference

Class that represents entity trix triple. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix:
Collaboration graph

Public Member Functions

 P2EntityTrix (String destinationUri)
 
String getEntityUri ()
 
void setEntityUri (String entityUri)
 
String getEntityType ()
 
void setEntityType (String entityType)
 
ArrayList< P2EntityAdditionalTrixgetEntityAdditionalTrixAL ()
 
void setEntityAdditionalTrixAL (ArrayList< P2EntityAdditionalTrix > entityAdditionalTrixAL)
 
String getEntityName ()
 
void setEntityName (String entityName)
 
String getImageUri ()
 
void setImageUri (String imageUri)
 
String getDescription ()
 
void setDescription (String description)
 
ArrayList< BaseAttributetrixToAnnotAtt (Annotation annot, RequestInfo requestInfo, Integer sparePriority)
 
- Public Member Functions inherited from cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2BaseTrix
 P2BaseTrix (String destinationUri)
 
ArrayList< BaseAttributetrixToAnnotAtt (Annotation annot, RequestInfo requestInfo, Integer sparePriority)
 
String getDestinationUri ()
 
void setDestinationUri (String destinationUri)
 
String getName ()
 
void setName (String name)
 
String getUriInOntology ()
 
void setUriInOntology (String uriInOntology)
 
String getAnnotType ()
 
void setAnnotType (String annotType)
 
boolean isFromOntology ()
 
void setFromOntology (boolean fromOntology)
 
String getPriority ()
 
void setPriority (String priority)
 

Private Member Functions

EntityAdditionalAttribute makeEntityAdditionalAttribute (P2EntityAdditionalTrix trixAtt, EntityAttribute entity)
 
String searchEntityName ()
 
String searchEntityImage ()
 
String searchEntityDescription ()
 

Private Attributes

String entityUri
 
String entityType
 
String entityName
 
String imageUri
 
String description
 
ArrayList< P2EntityAdditionalTrixentityAdditionalTrixAL
 

Additional Inherited Members

- Protected Attributes inherited from cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2BaseTrix
String destinationUri
 
String name
 
String uriInOntology
 
String annotType
 
boolean fromOntology = false
 
String priority
 

Detailed Description

Class that represents entity trix triple.

Class that represents entity trix triple.

Definition at line 33 of file P2EntityTrix.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.P2EntityTrix ( String  destinationUri)

Constructs entity trix with specified destination

Parameters
destinationUriUri of destination

Definition at line 39 of file P2EntityTrix.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.getDescription ( )

Gets description of entity

Returns
the description of entity

Definition at line 145 of file P2EntityTrix.java.

ArrayList<P2EntityAdditionalTrix> cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.getEntityAdditionalTrixAL ( )

Gets list of entity additional attributes

Returns
The list of entity additional attributes

Definition at line 97 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.getEntityName ( )

Gets name of entity

Returns
the name of entity

Definition at line 113 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.getEntityType ( )

Gets type of entity

Returns
The type of entity

Definition at line 81 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.getEntityUri ( )

Sets Uri of entity

Returns
The Uri of entity

Definition at line 65 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.getImageUri ( )

Gets graphical representation of entity

Returns
the graphical representation of entity

Definition at line 129 of file P2EntityTrix.java.

EntityAdditionalAttribute cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.makeEntityAdditionalAttribute ( P2EntityAdditionalTrix  trixAtt,
EntityAttribute  entity 
)
private

Method that creates entity additional attribute from trix

Parameters
trixAttEntity additional trix
entityReference entity
Returns
Entity additional attribute

Definition at line 247 of file P2EntityTrix.java.

Here is the call graph for this function:

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.searchEntityDescription ( )
private

Definition at line 304 of file P2EntityTrix.java.

Here is the call graph for this function:

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.searchEntityImage ( )
private

Definition at line 289 of file P2EntityTrix.java.

Here is the call graph for this function:

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.searchEntityName ( )
private

Definition at line 274 of file P2EntityTrix.java.

Here is the call graph for this function:

Here is the caller graph for this function:

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.setDescription ( String  description)

Sets description of entity

Parameters
descriptionthe description of entity

Definition at line 153 of file P2EntityTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.setEntityAdditionalTrixAL ( ArrayList< P2EntityAdditionalTrix entityAdditionalTrixAL)

Sets list of entity additional attributes

Parameters
entityAdditionalTrixALThe list of entity additional attributes

Definition at line 105 of file P2EntityTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.setEntityName ( String  entityName)

Sets name of entity

Parameters
entityNamethe entity name to set

Definition at line 121 of file P2EntityTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.setEntityType ( String  entityType)

Sets type of entity

Parameters
entityTypeThe type of entity

Definition at line 89 of file P2EntityTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.setEntityUri ( String  entityUri)

Gets Uri of entity

Parameters
entityUriThe Uri of entity

Definition at line 73 of file P2EntityTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.setImageUri ( String  imageUri)

Sets graphical representation of entity

Parameters
imageUrithe graphical representation of entity to set

Definition at line 137 of file P2EntityTrix.java.

ArrayList<BaseAttribute> cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.trixToAnnotAtt ( Annotation  annot,
RequestInfo  requestInfo,
Integer  sparePriority 
)

Definition at line 158 of file P2EntityTrix.java.

Here is the call graph for this function:

Member Data Documentation

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.description
private

Description of entity

Definition at line 56 of file P2EntityTrix.java.

ArrayList<P2EntityAdditionalTrix> cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.entityAdditionalTrixAL
private

List of entity additional attributes

Definition at line 59 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.entityName
private

Name of entity

Definition at line 50 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.entityType
private

Type of entity

Definition at line 47 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.entityUri
private

Uri of entity

Definition at line 44 of file P2EntityTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityTrix.imageUri
private

Graphical representation of entity

Definition at line 53 of file P2EntityTrix.java.


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