|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shiwa.fgi.iwir.AbstractPort
org.shiwa.fgi.iwir.AbstractDataPort
org.shiwa.fgi.iwir.UnionPort
public class UnionPort
The Class UnionPort is used to collect and access data produced in different iteration executions.
| Constructor Summary | |
|---|---|
UnionPort(java.lang.String name,
DataType type)
Instantiates a new union port. |
|
UnionPort(java.lang.String name,
java.lang.String type)
Instantiates a new union port. |
|
| Method Summary | |
|---|---|
boolean |
isInputPort()
Checks if the port is an instance of ONE OF the input ports. |
boolean |
isOutputPort()
Checks if the port is an instance of ONE OF the output ports. |
| Methods inherited from class org.shiwa.fgi.iwir.AbstractPort |
|---|
addConstraint, addProperty, equals, getAllSuccessors, getConstraints, getMyTask, getName, getPredecessors, getProperties, getSuccessors, getType, getUniqueId, hashCode, removeProperty, setType, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnionPort(java.lang.String name,
DataType type)
name - the nametype - the type
public UnionPort(java.lang.String name,
java.lang.String type)
throws java.lang.IllegalArgumentException
name - the nametype - the type
java.lang.IllegalArgumentException - if the type is not valid| Method Detail |
|---|
public boolean isInputPort()
AbstractPort
isInputPort in class AbstractPortpublic boolean isOutputPort()
AbstractPort
isOutputPort in class AbstractPort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||