public class VertexiumRelationship extends Relationship
| Constructor and Description |
|---|
VertexiumRelationship(String parentIRI,
org.vertexium.Vertex vertex,
List<String> domainConceptIRIs,
List<String> rangeConceptIRIs,
List<String> inverseOfIRIs,
Collection<OntologyProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIntent(String intent,
org.vertexium.Authorizations authorizations) |
boolean |
getDeleteable() |
String |
getDisplayName() |
String[] |
getIntents() |
Iterable<String> |
getInverseOfIRIs() |
String |
getIRI() |
String |
getSubtitleFormula() |
String |
getTimeFormula() |
String |
getTitleFormula() |
boolean |
getUpdateable() |
boolean |
getUserVisible() |
org.vertexium.Vertex |
getVertex() |
void |
removeIntent(String intent,
org.vertexium.Authorizations authorizations) |
void |
removeProperty(String name,
org.vertexium.Authorizations authorizations) |
void |
setProperty(String name,
Object value,
org.vertexium.Authorizations authorizations) |
getDomainConceptIRIs, getParentIRI, getPrimaryInverseOfIRI, getProperties, getRangeConceptIRIs, toClientApi, toClientApiRelationships, toString, updateIntentspublic VertexiumRelationship(String parentIRI, org.vertexium.Vertex vertex, List<String> domainConceptIRIs, List<String> rangeConceptIRIs, List<String> inverseOfIRIs, Collection<OntologyProperty> properties)
public String[] getIntents()
getIntents in class Relationshippublic void addIntent(String intent, org.vertexium.Authorizations authorizations)
addIntent in class Relationshippublic void removeIntent(String intent, org.vertexium.Authorizations authorizations)
removeIntent in class Relationshippublic void setProperty(String name, Object value, org.vertexium.Authorizations authorizations)
setProperty in class Relationshippublic void removeProperty(String name, org.vertexium.Authorizations authorizations)
removeProperty in class Relationshippublic String getTitleFormula()
getTitleFormula in class Relationshippublic String getSubtitleFormula()
getSubtitleFormula in class Relationshippublic String getTimeFormula()
getTimeFormula in class Relationshippublic String getIRI()
getIRI in class Relationshippublic String getDisplayName()
getDisplayName in class Relationshippublic Iterable<String> getInverseOfIRIs()
getInverseOfIRIs in class Relationshippublic boolean getUserVisible()
getUserVisible in interface OntologyElementgetUserVisible in class Relationshippublic boolean getDeleteable()
getDeleteable in interface OntologyElementgetDeleteable in class Relationshippublic boolean getUpdateable()
getUpdateable in interface OntologyElementgetUpdateable in class Relationshippublic org.vertexium.Vertex getVertex()
Copyright © 2013–2017 V5 Analytics. All rights reserved.