public class ConcreteType extends Object
| Constructor and Description |
|---|
ConcreteType()
Deprecated.
|
ConcreteType(TypeTemplate typeTemplate)
Creates a new Instance of a ConcreteType on the base of a TypeTemplate
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(ConcreteFeature feature)
Adds a ConcreteFeature to the List of ConcreteFeatures
|
int |
getBegin() |
List<ConcreteFeature> |
getConcreteFeatures()
Returns the list of ConcreteFeatures
|
int |
getEnd() |
String |
getFullClassName() |
TypeTemplate |
getTypeTemplate() |
void |
setBegin(int begin) |
void |
setEnd(int end) |
void |
setTypeTemplate(TypeTemplate typeTemplate) |
String |
toString() |
public ConcreteType(TypeTemplate typeTemplate)
typeTemplate - @Deprecated public ConcreteType()
public void addFeature(ConcreteFeature feature)
feature - public List<ConcreteFeature> getConcreteFeatures()
public String getFullClassName()
public TypeTemplate getTypeTemplate()
public void setTypeTemplate(TypeTemplate typeTemplate)
typeTemplate - the typeTemplate to setpublic void setBegin(int begin)
public void setEnd(int end)
public int getBegin()
public int getEnd()
Copyright © 2016 JULIE Lab Jena, Germany. All rights reserved.