|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.pogamut.posh.explorer.PrimitiveData
public class PrimitiveData
Exchange container used for passing info between crawler and explorer.
Contains information about primitive IAction and ISense, i.e. what is stored in PrimitiveInfo.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
PrimitiveData(String classFQN,
String name,
String description,
String[] tags)
Create new instance of PrimitiveData |
|
| Method Summary | |
|---|---|
int |
compareTo(PrimitiveData o)
Compare this data to another. |
String |
getClassName()
Get simple class name (not FQN) |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String classFQN
public final String name
public final String description
public final String[] tags
| Constructor Detail |
|---|
public PrimitiveData(String classFQN,
String name,
String description,
String[] tags)
classFQN - fully qualified name of the primitive class.name - name of primitivedescription - description of primitivetags - tags of the primitive| Method Detail |
|---|
public String getClassName()
public int compareTo(PrimitiveData o)
compareTo in interface Comparable<PrimitiveData>o - The other comparison object
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||