Package org.kigalisim.lang.fragment
Class ApplicationFragment
java.lang.Object
org.kigalisim.lang.fragment.Fragment
org.kigalisim.lang.fragment.ApplicationFragment
A fragment containing a parsed application.
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationFragment(ParsedApplication application) Create a new fragment containing a parsed application. -
Method Summary
Modifier and TypeMethodDescriptionGet the application parsed from the source of this fragment.Methods inherited from class org.kigalisim.lang.fragment.Fragment
getDuring, getIsStanzaPolicyOrDefault, getIsStanzaScenarios, getOperation, getPolicy, getProgram, getScenario, getScenarios, getString, getSubstance, getUnit
-
Constructor Details
-
ApplicationFragment
Create a new fragment containing a parsed application.- Parameters:
application- The application parsed from the source of this fragment.
-
-
Method Details
-
getApplication
Get the application parsed from the source of this fragment.- Overrides:
getApplicationin classFragment- Returns:
- The parsed application.
-