toolbus.tifs
Class Communication
java.lang.Object
  
toolbus.tifs.Communication
- Direct Known Subclasses: 
 - Do, Eval, Event
 
public abstract class Communication
- extends java.lang.Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
representation
private final aterm.ATermAppl representation
argumentList
private final java.util.List<java.lang.String> argumentList
Communication
public Communication(aterm.ATerm t)
getRepresentation
protected aterm.ATermAppl getRepresentation()
 
getName
public java.lang.String getName()
 
getResultType
public java.lang.String getResultType()
 
fetchArgumentIterator
public java.util.Iterator<java.lang.String> fetchArgumentIterator()
 
initArgumentList
private void initArgumentList()
 
create
public static Communication create(aterm.ATermAppl appl)