public class ComodiIntention extends ComodiBranchTerm
Modifier | Constructor and Description |
---|---|
protected |
ComodiIntention(String term)
The Constructor -- just to call the constructor of the super class.
|
Modifier and Type | Method and Description |
---|---|
static ComodiIntention |
getCorrection()
Gets the term representing a correction.
|
static ComodiIntention |
getElaboration()
Gets the term representing a elaboration.
|
static ComodiIntention |
getExpansion()
Gets the term representing an expansion.
|
static ComodiIntention |
getMerge()
Gets the term representing a merge.
|
static ComodiIntention |
getSimplification()
Gets the term representing a simplification.
|
static ComodiIntention |
getTrial()
Gets the term representing a trial of something.
|
getTerm
protected ComodiIntention(String term)
term
- the termpublic static ComodiIntention getCorrection()
Correction -> Intention
public static ComodiIntention getExpansion()
Expansion -> Intention
public static ComodiIntention getMerge()
Merge -> Expansion -> Intention
public static ComodiIntention getElaboration()
Elaboration -> Intention
public static ComodiIntention getSimplification()
Simplification -> Intention
public static ComodiIntention getTrial()
Trial -> Intention
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.