com.googlecode.sarasvati.load.definition
Interface ArcDefinition

All Known Implementing Classes:
XmlArc

public interface ArcDefinition

An ArcDefinition is the result of the translation of a certain external source containing the definition of a process. That external source may contain necessary information to create an Arc, and that information is translated into an ArcDefinition through a ProcessDefinitionTranslator. This ArcDefinition will then in its turn be used by the GraphLoader to create an Arc through the GraphFactory. The default kind of external source is an XML file containing <arc> tags.


Method Summary
 String getExternal()
           
 String getName()
           
 String getTo()
           
 boolean isToExternal()
           
 

Method Detail

getExternal

String getExternal()

getTo

String getTo()

getName

String getName()

isToExternal

boolean isToExternal()