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

Class that represents linked trix triple. More...

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

Public Member Functions

 P2LinkedTrix (String destinationUri)
 
 P2LinkedTrix (P2BaseTrix trix)
 
ArrayList< String > getLinkedAnnotUris ()
 
void setLinkedAnnotUri (ArrayList< String > linkedAnnotUris)
 
void addLinkedAnnotUri (String linkedAnnotUri)
 
void addAllLinkedAnnotUris (ArrayList< String > allLinkedAnnotUris)
 
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 Attributes

ArrayList< String > linkedAnnotUris
 

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 linked trix triple.

Class that represents linked trix triple.

Definition at line 36 of file P2LinkedTrix.java.

Constructor & Destructor Documentation

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

Constructs linked trix with specified destination

Parameters
destinationUriUri of destination

Definition at line 42 of file P2LinkedTrix.java.

cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2LinkedTrix.P2LinkedTrix ( P2BaseTrix  trix)

Definition at line 46 of file P2LinkedTrix.java.

Here is the call graph for this function:

Member Function Documentation

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2LinkedTrix.addAllLinkedAnnotUris ( ArrayList< String >  allLinkedAnnotUris)

Add all Uris of linked annotation

Parameters
allLinkedAnnotUrisThe Uris of linked annotations

Definition at line 88 of file P2LinkedTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2LinkedTrix.addLinkedAnnotUri ( String  linkedAnnotUri)

Add Uri of linked annotation

Parameters
linkedAnnotUriThe Uri of linked annotation

Definition at line 77 of file P2LinkedTrix.java.

ArrayList<String> cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2LinkedTrix.getLinkedAnnotUris ( )

Gets Uris of linked annotation

Returns
The Uris of linked annotation

Definition at line 61 of file P2LinkedTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2LinkedTrix.setLinkedAnnotUri ( ArrayList< String >  linkedAnnotUris)

Sets Uris of linked annotation

Parameters
linkedAnnotUrisThe Uris of linked annotations

Definition at line 69 of file P2LinkedTrix.java.

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

Definition at line 96 of file P2LinkedTrix.java.

Here is the call graph for this function:

Member Data Documentation

ArrayList<String> cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2LinkedTrix.linkedAnnotUris
private

Definition at line 55 of file P2LinkedTrix.java.


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