SlangEntity

Modifier and Type Method and Description int compareTo(SlangEntity other) SlangIntent getIntent()

Returns the instance of SlangIntent that this entity is a part of. String getName()

Returns the name of this entity SlangStatement getStatement()

Returns the statement that's configured for this SlangEntity in the Slang Console SlangEntityType getType()

Returns the type of this entity String getValue()

Returns the current value of this entity. boolean isRequired()

Returns whether this entity is required to resolve the intent or not boolean isResolved()

Returns whether this entity has been resolved (either by the Slang framework or by the application) void resolve(String value)

Sets the entity's value and marks it resolved

Last updated