Package hydra.workflow
Class SchemaSpec
- java.lang.Object
-
- hydra.workflow.SchemaSpec
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SchemaSpec.File,SchemaSpec.Hydra,SchemaSpec.Provided
public abstract class SchemaSpec extends java.lang.Object implements java.io.SerializableThe specification of a schema at the source end of a workflow- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaSpec.FileA schema provided as a file, available at the given file pathstatic classSchemaSpec.HydraA native Hydra schemastatic interfaceSchemaSpec.PartialVisitor<R>static classSchemaSpec.ProvidedA schema which will be provided within the workflowstatic interfaceSchemaSpec.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_FILEstatic NameFIELD_NAME_HYDRAstatic NameFIELD_NAME_PROVIDEDstatic NameTYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(SchemaSpec.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(SchemaSpec.Visitor<R> visitor)
-
-