org.rblasch.convert
Class TypeVertex

java.lang.Object
  extended byorg.rblasch.convert.TypeVertex
All Implemented Interfaces:
Vertex

public final class TypeVertex
extends java.lang.Object
implements Vertex


Constructor Summary
TypeVertex(Type type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Type getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeVertex

public TypeVertex(Type type)
Method Detail

getType

public Type getType()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © 2004 Ronald Blaschke. All Rights Reserved.