Interface ElementId
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Edge,EdgeSeed,Element,ElementSeed,Entity,EntitySeed,LazyEdge,LazyEntity
public interface ElementId extends Serializable
AnElementIdis an interface describing the core methods that are required in order to identify anElement.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElementId.MatchesEnumerated type to denote which component of anElementmatches an input parameter.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetClassName()booleanisEqual(ElementId that)ElementId.MatchesisRelated(ElementId that)default voidsetClassName(String className)
-
-
-
Method Detail
-
isRelated
ElementId.Matches isRelated(ElementId that)
-
isEqual
boolean isEqual(ElementId that)
-
getClassName
default String getClassName()
-
setClassName
default void setClassName(String className)
-
-