nz.ac.waikato.jdsl.graph.api
Interface Vertex

All Superinterfaces:
Accessor, Decorable, Position
All Known Implementing Classes:
Vertex.NONEVertex

public interface Vertex
extends Position

Empty, typing interface for vertices. All functionality is in the InspectableGraph interface.

Version:
JDSL 2.1.1
Author:
Luca Vismara (lv)

Nested Class Summary
static class Vertex.NONEVertex
          A dummy class, used to implement the constant Vertex.NONE
.
 
Field Summary
static Vertex NONE
          Used when a function needs to return a vertex but there is no vertex to return.
 
Method Summary
 
Methods inherited from interface nz.ac.waikato.jdsl.core.api.Accessor
element
 
Methods inherited from interface nz.ac.waikato.jdsl.core.api.Decorable
attributes, destroy, get, has, set
 

Field Detail

NONE

static final Vertex NONE
Used when a function needs to return a vertex but there is no vertex to return.

See Also:
InspectableGraph.aVertex()


Copyright © 2009 ModelJUnit Project. All Rights Reserved.