public abstract class StandardFaunusRelation extends FaunusPathElement implements FaunusRelation
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
FaunusPathElement.MicroElement, FaunusPathElement.Trackerconfiguration, pathCounter, trackerFILTER_DELETED_EDGES, FILTER_DELETED_PROPERTIES, id, inAdjacency, NO_ID, outAdjacencylifecycle| Constructor and Description |
|---|
StandardFaunusRelation(Configuration config,
long id,
FaunusRelationType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArity() |
com.tinkerpop.blueprints.Direction |
getDirection(TitanVertex vertex) |
Object |
getId() |
Iterable<RelationType> |
getPropertyKeysDirect() |
FaunusRelationType |
getType() |
String |
getTypeName() |
abstract TitanVertex |
getVertex(int pos) |
boolean |
isEdge() |
boolean |
isHidden() |
boolean |
isIncidentOn(TitanVertex vertex) |
boolean |
isLoop() |
boolean |
isProperty()
Gets the value of the property property.
|
void |
setProperty(FaunusRelationType type,
Object value) |
protected void |
setType(FaunusRelationType t) |
addPath, addPaths, clearPaths, getConf, getFaunusConf, getPaths, getPaths, getTypeManager, hasPaths, hasTrackPaths, incrPath, pathCount, query, setConf, startPathaddAllProperties, addRelation, compareTo, equals, getAdjustedMultiplicity, getLongId, getProperty, getProperty, getProperty, getPropertyCollection, getPropertyKeys, hashCode, hasId, initializeAdjacency, isModified, it, remove, removeProperty, removeProperty, setId, setProperty, setProperty, setProperty, setRelation, txgetLifeCycle, isLoaded, isNew, isRemoved, setLifeCycle, updateLifeCycleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisModified, setLifeCycle, updateLifeCyclegetProperty, setPropertygetLongId, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, remove, removeProperty, removeProperty, setProperty, setPropertycompareTogetLifeCyclepublic boolean isProperty
isProperty in interface TitanRelationpublic StandardFaunusRelation(Configuration config, long id, FaunusRelationType type)
public void setProperty(FaunusRelationType type, Object value)
setProperty in class FaunusElementpublic String getTypeName()
public boolean isProperty()
isProperty in interface TitanRelationpublic boolean isEdge()
isEdge in interface TitanRelationpublic int getArity()
public abstract TitanVertex getVertex(int pos)
public com.tinkerpop.blueprints.Direction getDirection(TitanVertex vertex)
getDirection in interface TitanRelationpublic boolean isIncidentOn(TitanVertex vertex)
isIncidentOn in interface TitanRelationpublic boolean isHidden()
isHidden in interface InternalElementisHidden in class FaunusElementpublic boolean isLoop()
isLoop in interface TitanRelationpublic FaunusRelationType getType()
getType in interface TitanRelationgetType in interface FaunusRelationpublic Object getId()
getId in interface TitanElementgetId in interface com.tinkerpop.blueprints.ElementgetId in class FaunusElementpublic Iterable<RelationType> getPropertyKeysDirect()
getPropertyKeysDirect in class FaunusElementprotected void setType(FaunusRelationType t)
Copyright © 2012–2016. All rights reserved.