public abstract class SimpleFaunusRelation extends LifeCycleElement implements FaunusRelation
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
lifecycle| Constructor and Description |
|---|
SimpleFaunusRelation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object oth) |
com.tinkerpop.blueprints.Direction |
getDirection(TitanVertex vertex) |
Object |
getId() |
long |
getLongId() |
TitanVertex |
getProperty(EdgeLabel label) |
<O> O |
getProperty(PropertyKey key) |
<O> O |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
int |
hashCode() |
boolean |
hasId() |
boolean |
isEdge() |
boolean |
isIncidentOn(TitanVertex vertex) |
boolean |
isLoop() |
boolean |
isProperty()
Gets the value of the property property.
|
protected abstract Object |
otherValue() |
void |
remove() |
<O> O |
removeProperty(RelationType type) |
<O> O |
removeProperty(String key) |
void |
setProperty(EdgeLabel label,
TitanVertex vertex) |
void |
setProperty(PropertyKey key,
Object value) |
void |
setProperty(String key,
Object value) |
String |
toString() |
getLifeCycle, isLoaded, isModified, isNew, isRemoved, setLifeCycle, updateLifeCycleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetType, isModified, setLifeCycle, updateLifeCycleisLoaded, isNew, isRemovedpublic boolean isProperty
isProperty in interface TitanRelationprotected abstract Object otherValue()
public boolean isProperty()
isProperty in interface TitanRelationpublic boolean isEdge()
isEdge in interface TitanRelationpublic Object getId()
getId in interface TitanElementgetId in interface com.tinkerpop.blueprints.Elementpublic long getLongId()
getLongId in interface IdfiablegetLongId in interface TitanElementpublic boolean hasId()
hasId in interface TitanElementpublic void remove()
remove in interface TitanElementremove in interface Removableremove in interface com.tinkerpop.blueprints.Elementpublic void setProperty(String key, Object value)
setProperty in interface TitanElementsetProperty in interface com.tinkerpop.blueprints.Elementpublic void setProperty(PropertyKey key, Object value)
setProperty in interface TitanElementpublic <O> O getProperty(PropertyKey key)
getProperty in interface TitanElementpublic <O> O getProperty(String key)
getProperty in interface TitanElementgetProperty in interface com.tinkerpop.blueprints.Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.Elementpublic <O> O removeProperty(String key)
removeProperty in interface TitanElementremoveProperty in interface com.tinkerpop.blueprints.Elementpublic <O> O removeProperty(RelationType type)
removeProperty in interface TitanElementpublic void setProperty(EdgeLabel label, TitanVertex vertex)
setProperty in interface TitanRelationpublic TitanVertex getProperty(EdgeLabel label)
getProperty in interface TitanRelationpublic com.tinkerpop.blueprints.Direction getDirection(TitanVertex vertex)
getDirection in interface TitanRelationpublic boolean isIncidentOn(TitanVertex vertex)
isIncidentOn in interface TitanRelationpublic boolean isLoop()
isLoop in interface TitanRelationCopyright © 2012–2016. All rights reserved.