public class PrimitiveData extends Object implements Comparable<PrimitiveData>
IAction and ISense, i.e. what is stored in PrimitiveInfo.| Modifier and Type | Field and Description |
|---|---|
String |
classFQN
Fully qualified name of the primitive class
|
String |
description
Description of the primitive
|
String |
name
Name of the primitive, not necessary unique
|
String[] |
tags
Tags for primitive
|
| Constructor and Description |
|---|
PrimitiveData(String classFQN,
String name,
String description,
String[] tags)
Create new instance of PrimitiveData
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PrimitiveData o)
Compare this data to another.
|
String |
getClassName()
Get simple class name (not FQN)
|
String |
toString() |
public final String classFQN
public final String name
public final String description
public final String[] tags
public String getClassName()
public int compareTo(PrimitiveData o)
compareTo in interface Comparable<PrimitiveData>o - The other comparison objectCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.