|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.CoordinatorInputKey
public final class CoordinatorInputKey
Identifies uniquely the coordinator input pipe from an exporter. The
identifier is consistent: it does not change upon multiple export processes
performed on same TransformationInfo
instance.
Immutable.
Field Summary | |
---|---|
TransformationInfo |
info
The transformation node, referencing an exporter. |
String |
targetNamespace
Namespace of a nametree, that the exporter emits directly to the coordinator. |
Constructor Summary | |
---|---|
CoordinatorInputKey(TransformationInfo info,
String targetNamespace)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ResultEnum |
getResultType()
Returns the result document type that this pipe produces. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final TransformationInfo info
null
then the pipe leads directly from source document, not from an
exporter.
public final String targetNamespace
Constructor Detail |
---|
public CoordinatorInputKey(TransformationInfo info, String targetNamespace)
info
- The transformation node, referencing an exporter. If
null
then the pipe leads directly from source document,
and not from an exporter.targetNamespace
- Namespace of a nametree, that the exporter emits
directly to the coordinator.Method Detail |
---|
public ResultEnum getResultType()
info
is null
) then DOM
is returned.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |