java.lang.Object
de.grogra.mtg.MTGNodeDataFeature
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionMTGNodeDataFeature
(String featureName, int featureNameIndex, int featureTypeIndex) -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setFeatureName
(String featureName) void
setFeatureNameIndex
(int featureNameIndex) void
setFeatureTypeIndex
(int featureTypeIndex)
-
Constructor Details
-
MTGNodeDataFeature
-
-
Method Details
-
getFeatureName
-
setFeatureName
-
getFeatureNameIndex
public int getFeatureNameIndex() -
setFeatureNameIndex
public void setFeatureNameIndex(int featureNameIndex) -
getFeatureTypeIndex
public int getFeatureTypeIndex() -
setFeatureTypeIndex
public void setFeatureTypeIndex(int featureTypeIndex)
-