org.expasy.jpl.commons.collection.graph
Interface Edge

All Superinterfaces:
Registrable

public interface Edge
extends Registrable


Method Summary
 String getStringValues()
          Get the string representation
<T> TypedDatum<T>
getTypedVariable(String param, TypedDatum.Type<T> type)
           
 TypedDatum<?> getVariable(String param)
           
 
Methods inherited from interface org.expasy.jpl.commons.base.Registrable
getId
 

Method Detail

getStringValues

String getStringValues()
Get the string representation


getTypedVariable

<T> TypedDatum<T> getTypedVariable(String param,
                                   TypedDatum.Type<T> type)
Returns:
the typed variable associated to the edge param

getVariable

TypedDatum<?> getVariable(String param)


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.