Module: T2Flow

Defined in:
lib/t2flow/dot.rb,
lib/t2flow/model.rb,
lib/t2flow/parser.rb,
lib/t2flow/model/port.rb,
lib/t2flow/model/dataflow.rb,
lib/t2flow/model/datalink.rb,
lib/t2flow/model/processor.rb,
lib/t2flow/model/coordination.rb,
lib/t2flow/model/semantic_annotation.rb

Overview

A representation of a semantic annotation. It is linked to a subject, which can be a processor, port, or dataflow object. It has a type, which indicates the MIME type of it’s content. By default, this will be text/rdf+n3. Content is the content of the annotation, which in n3 form consists of one or more triples.

Defined Under Namespace

Classes: Coordination, Dataflow, DataflowAnnotation, Datalink, Dot, Model, Parser, Port, Processor, ProcessorLinks, SemanticAnnotation, Sink, Source