|
||||||||||
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.OutputPort
public class OutputPort
The Class OutputPort serves as identifier for the data flow.
Constructor Summary | |
---|---|
OutputPort(java.lang.String name,
DataType type)
Instantiates a new output port. |
|
OutputPort(java.lang.String name,
java.lang.String type)
Instantiates a new output 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 OutputPort(java.lang.String name, DataType type)
name
- the nametype
- the typepublic OutputPort(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 validMethod Detail |
---|
public boolean isInputPort()
AbstractPort
isInputPort
in class AbstractPort
public boolean isOutputPort()
AbstractPort
isOutputPort
in class AbstractPort
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |