-
public final class Entity
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Valuecomponent4()final Booleancomponent5()final List<Entity>component6()final Booleancomponent7()final Entitycopy(String type, String role, String content, Value value, Boolean evaluated, List<Entity> subEntities, Boolean new)final StringgetType()Type of the entity. final StringgetRole()Role of the entity. final StringgetContent()Text content if any. final ValuegetValue()Value if any. final BooleangetEvaluated()Is the value has been evaluated? final List<Entity>getSubEntities()Sub entity values if any. final BooleangetNew()Is it a entity evaluated now? final UnitsetContent(String content)Text content if any. final UnitsetValue(Value value)Value if any. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Value component4()
-
component5
final Boolean component5()
-
component6
final List<Entity> component6()
-
component7
final Boolean component7()
-
copy
final Entity copy(String type, String role, String content, Value value, Boolean evaluated, List<Entity> subEntities, Boolean new)
-
getContent
final String getContent()
Text content if any.
-
getValue
final Value getValue()
Value if any.
-
getEvaluated
final Boolean getEvaluated()
Is the value has been evaluated?
-
getSubEntities
final List<Entity> getSubEntities()
Sub entity values if any.
-
setContent
final Unit setContent(String content)
Text content if any.
-
-
-
-