fundamentals
Class signature
java.lang.Object
|
+--fundamentals.signature
- public class signature
- extends java.lang.Object
Constructor Summary |
signature(java.util.Vector objs)
|
Method Summary |
boolean |
can(java.lang.String s)
|
boolean |
canCast(java.lang.String s)
|
java.util.Vector |
getAll()
|
java.util.Vector |
getAs(java.lang.String s)
Requires that a can() call with the same string has returned true |
java.util.Vector |
getAsCast(java.lang.String s)
Requires that a can() call with the same string has returned true |
java.util.Vector |
getFirstSubobject()
|
java.util.Vector |
getNonRadii()
|
java.util.Vector |
getParametrized()
|
java.util.Vector |
getRadii()
|
java.util.Vector |
getSubobjects()
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
signature
public signature(java.util.Vector objs)
can
public boolean can(java.lang.String s)
canCast
public boolean canCast(java.lang.String s)
size
public int size()
getAll
public java.util.Vector getAll()
getSubobjects
public java.util.Vector getSubobjects()
getFirstSubobject
public java.util.Vector getFirstSubobject()
getNonRadii
public java.util.Vector getNonRadii()
getRadii
public java.util.Vector getRadii()
getParametrized
public java.util.Vector getParametrized()
getAs
public java.util.Vector getAs(java.lang.String s)
throws InternalException
- Requires that a can() call with the same string has returned true
InternalException
getAsCast
public java.util.Vector getAsCast(java.lang.String s)
throws InternalException
- Requires that a can() call with the same string has returned true
InternalException