public class Feature extends Node
| Constructor and Description |
|---|
Feature(List<Tag> tags,
Location location,
String language,
String keyword,
String name,
String description,
Background background,
List<ScenarioDefinition> scenarioDefinitions,
List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
Background |
getBackground() |
List<Comment> |
getComments() |
String |
getDescription() |
String |
getKeyword() |
String |
getLanguage() |
String |
getName() |
List<ScenarioDefinition> |
getScenarioDefinitions() |
List<Tag> |
getTags() |
getLocationpublic List<ScenarioDefinition> getScenarioDefinitions()
public Background getBackground()
public String getLanguage()
public String getKeyword()
public String getName()
public String getDescription()
Copyright © 2015. All rights reserved.