public class Feature extends Node
Constructor and Description |
---|
Feature(List<Tag> tags,
Location location,
String language,
String keyword,
String name,
String description,
List<ScenarioDefinition> children) |
Modifier and Type | Method and Description |
---|---|
List<ScenarioDefinition> |
getChildren() |
String |
getDescription() |
String |
getKeyword() |
String |
getLanguage() |
String |
getName() |
List<Tag> |
getTags() |
getLocation
Copyright © 2017. All Rights Reserved.