Hilbert II - JAVA-Packages - Principia Mathematica II

com.meyling.principia.module
Interface Textable

All Superinterfaces:
Argument
All Known Implementing Classes:
Author, Description, Email, Headline, LinkLabel, Location, Name, Version

public interface Textable
extends Argument

Every thing that represent a kind of text data must implement this interface.

Version:
$Revision: 1.4 $
Author:
Michael Meyling

Method Summary
 String getText()
          Get label of object.
 
Methods inherited from interface com.meyling.principia.argument.Argument
containsPatternVariables, copy, create, equals, getArgument, getArgumentSize, getPatternVariables, getReplacementParents, getSearchParents, hashCode, matches, matches, replace, replace, replace, replaceMatches, toString
 

Method Detail

getText

public String getText()
Get label of object.

Returns:
label of object

Hilbert II - JAVA-Packages - Principia Mathematica II

©left GNU General Public Licence
All Rights Reserved.