public class PartialElement extends Object implements com.tinkerpop.blueprints.Element
Constructor and Description |
---|
PartialElement(String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendProps(StringBuilder sb) |
void |
copyProperties(PartialElement element) |
Object |
getId() |
Object |
getProperty(String name) |
Set<String> |
getPropertyKeys() |
void |
remove() |
Object |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
String |
toString() |
public PartialElement(String id)
public Object getId()
getId
in interface com.tinkerpop.blueprints.Element
public Object getProperty(String name)
getProperty
in interface com.tinkerpop.blueprints.Element
public Set<String> getPropertyKeys()
getPropertyKeys
in interface com.tinkerpop.blueprints.Element
public void remove()
remove
in interface com.tinkerpop.blueprints.Element
public Object removeProperty(String key)
removeProperty
in interface com.tinkerpop.blueprints.Element
public void setProperty(String key, Object value)
setProperty
in interface com.tinkerpop.blueprints.Element
public void copyProperties(PartialElement element)
protected void appendProps(StringBuilder sb)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.