Package hydra.core
Class AnnotatedTerm.Builder
- java.lang.Object
-
- hydra.core.AnnotatedTerm.Builder
-
- Enclosing class:
- AnnotatedTerm
public static final class AnnotatedTerm.Builder extends java.lang.ObjectA fluent builder forAnnotatedTerm.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedTerm.Builderannotation(Term annotation)AnnotatedTerm.Builderbody(Term body)AnnotatedTermbuild()Builds an immutableAnnotatedTerm.
-
-
-
Method Detail
-
body
public AnnotatedTerm.Builder body(Term body)
-
annotation
public AnnotatedTerm.Builder annotation(Term annotation)
-
build
public AnnotatedTerm build()
Builds an immutableAnnotatedTerm.
-
-