|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Module
Instances of spin:Module (or subclasses thereof).
Method Summary | |
---|---|
java.util.List<Argument> |
getArguments(boolean ordered)
Gets a List of all declared Arguments. |
java.util.Map<java.lang.String,Argument> |
getArgumentsMap()
Gets a Map of variable names to Arguments. |
Command |
getBody()
Gets the body (if defined). |
java.lang.String |
getComment()
Gets the rdfs:comment of this (if any). |
boolean |
isAbstract()
Checks if this Module has been declared to be abstract using spin:abstract. |
Method Detail |
---|
java.util.List<Argument> getArguments(boolean ordered)
ordered
- true to get an ordered list back (slower)
java.util.Map<java.lang.String,Argument> getArgumentsMap()
Command getBody()
java.lang.String getComment()
boolean isAbstract()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |