Constructor and Description |
---|
Vertex(Object object) |
Vertex(T object,
ConstructorDef<T> constructorDef,
Vertex<?>[] constructorArguments) |
Vertex(T object,
String name,
ConstructorDef<T> constructorDef,
Vertex<?>[] constructorArguments) |
Modifier and Type | Method and Description |
---|---|
ConstructorDef<T> |
getConstructorDef() |
String |
getName() |
Object |
getObject() |
Vertex<?>[] |
getOutEdges() |
public Vertex(T object, String name, ConstructorDef<T> constructorDef, Vertex<?>[] constructorArguments)
public Vertex(T object, ConstructorDef<T> constructorDef, Vertex<?>[] constructorArguments)
public ConstructorDef<T> getConstructorDef()
public Vertex<?>[] getOutEdges()
Copyright © 2016 The Apache Software Foundation. All rights reserved.